Html Css Color HEX #FA247D Deep Pink

📋 copy color: '#FA247D'

red 250 ◦ green 36 ◦ blue 125

#FA247D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #FA247D

Tints of Deep Pink #FA247D

RGB

 RED value IS 250 (98.05% from 255) = 60.83%

 GREEN value IS 36 (14.45% from 255) = 8.76%

 BLUE value IS 125 (49.22% from 255) = 30.41%

R = 60.83%
G = 8.76%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.50

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FA247D (or 0xFA247D) is known color: Deep Pink. HEX triplet: FA, 24 and 7D. RGB value is (250,36,125). Sum of RGB (Red+Green+Blue) = 250+36+125=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA247D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA247D is #05DB82. Grayscale: #6D6D6D. Windows color (decimal): -383875 or 8201466. OLE color: 8201466.

HSL color Cylindrical-coordinate representation of color #FA247D: hue angle of 335.05º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FA247D is Cyan = 0, Magento = 0.86, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 36 125 -
CMYK 0 0.86 0.50 0.02
HSL 335.05º 0.96% 0.56% -
HSV(B) 335.05º 0.86% 0.98% -
XYZ 43.76 23.07 21.55 -
YUV 110.13 136.4 227.76 -
System Red Green Blue C M Y K H S L
Decimal 250 36 125 0 0.86 0.50 0.02 335.05 0.96 0.56
Hex FA 24 7D 0 56 32 2 14F 60 38
Octal 372 44 175 0 126 62 2 517 140 70
Binary 11111010 100100 1111101 0 1010110 110010 10 101001111 1100000 111000

Color Harmonies of #FA247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA247D

Black with #FA247D

Text Example


Text Example

White with #FA247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA247D; }

 p { color: rgb(250,36,125); }

 H1.HeaderClassName
 {
   color: #FA247D;
 }
 .AnyTagClassName
 {
   color: #FA247D;
 }
</style>

background-color css

<style>
 a { background-color: #FA247D; }

 a { background-color: rgb(250,36,125); }

 div.DivClassName
 {
   background-color: #FA247D;
 }
 .BgClassName
 {
   background-color: #FA247D;
 }
</style>

border-color css

<style>
 span { border-color: #FA247D; }

 span { border-color: rgb(250,36,125); }

 td.TdClassName
 {
   border-color: #FA247D;
 }
 .TagClassName
 {
   border-color: #FA247D;
 }
</style>