Html Css Color HEX #FA0F74 Deep Pink

📋 copy color: '#FA0F74'

red 250 ◦ green 15 ◦ blue 116

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

Shades of Deep Pink #FA0F74

Tints of Deep Pink #FA0F74

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.94%

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 65.62%
G = 3.94%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA0F74 (or 0xFA0F74) is known color: Deep Pink. HEX triplet: FA, 0F and 74. RGB value is (250,15,116). Sum of RGB (Red+Green+Blue) = 250+15+116=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0F74 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA0F74 is #05F08B. Grayscale: #606060. Windows color (decimal): -389260 or 7606266. OLE color: 7606266.

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

Color convert

RGB 250 15 116 -
CMYK 0 0.94 0.54 0.02
HSL 334.21º 0.96% 0.52% -
HSV(B) 334.21º 0.94% 0.98% -
XYZ 42.75 21.93 18.5 -
YUV 96.78 138.86 237.29 -
System Red Green Blue C M Y K H S L
Decimal 250 15 116 0 0.94 0.54 0.02 334.21 0.96 0.52
Hex FA F 74 0 5E 36 2 14E 60 34
Octal 372 17 164 0 136 66 2 516 140 64
Binary 11111010 1111 1110100 0 1011110 110110 10 101001110 1100000 110100

Color Harmonies of #FA0F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0F74

Black with #FA0F74

Text Example


Text Example

White with #FA0F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0F74; }

 p { color: rgb(250,15,116); }

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

background-color css

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

 a { background-color: rgb(250,15,116); }

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

border-color css

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

 span { border-color: rgb(250,15,116); }

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