Html Css Color HEX #F0127B Deep Pink

📋 copy color: '#F0127B'

red 240 ◦ green 18 ◦ blue 123

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

Shades of Deep Pink #F0127B

Tints of Deep Pink #F0127B

RGB

 RED value IS 240 (94.14% from 255) = 62.99%

 GREEN value IS 18 (7.42% from 255) = 4.72%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 62.99%
G = 4.72%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0127B (or 0xF0127B) is known color: Deep Pink. HEX triplet: F0, 12 and 7B. RGB value is (240,18,123). Sum of RGB (Red+Green+Blue) = 240+18+123=381 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.99% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 240 - color contains mainly: red. Hex color #F0127B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0127B is #0FED84. Grayscale: #606060. Windows color (decimal): -1043845 or 8065776. OLE color: 8065776.

HSL color Cylindrical-coordinate representation of color #F0127B: hue angle of 331.62º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0127B is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 123 -
CMYK 0 0.92 0.49 0.06
HSL 331.62º 0.88% 0.51% -
HSV(B) 331.62º 0.93% 0.94% -
XYZ 39.73 20.39 20.58 -
YUV 96.35 143.05 230.46 -
System Red Green Blue C M Y K H S L
Decimal 240 18 123 0 0.92 0.49 0.06 331.62 0.88 0.51
Hex F0 12 7B 0 5C 31 6 14C 58 33
Octal 360 22 173 0 134 61 6 514 130 63
Binary 11110000 10010 1111011 0 1011100 110001 110 101001100 1011000 110011

Color Harmonies of #F0127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0127B

Black with #F0127B

Text Example


Text Example

White with #F0127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0127B; }

 p { color: rgb(240,18,123); }

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

background-color css

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

 a { background-color: rgb(240,18,123); }

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

border-color css

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

 span { border-color: rgb(240,18,123); }

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