Html Css Color HEX #F0027B Deep Pink

📋 copy color: '#F0027B'

red 240 ◦ green 2 ◦ blue 123

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

Shades of Deep Pink #F0027B

Tints of Deep Pink #F0027B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 65.75%
G = 0.55%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F0027B (or 0xF0027B) is known color: Deep Pink. HEX triplet: F0, 02 and 7B. RGB value is (240,2,123). Sum of RGB (Red+Green+Blue) = 240+2+123=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F0027B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0027B is #0FFD84. Grayscale: #565656. Windows color (decimal): -1047941 or 8061680. OLE color: 8061680.

HSL color Cylindrical-coordinate representation of color #F0027B: hue angle of 329.5º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0027B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 2 123 -
CMYK 0 0.99 0.49 0.06
HSL 329.5º 0.98% 0.47% -
HSV(B) 329.5º 0.99% 0.94% -
XYZ 39.53 20 20.52 -
YUV 86.96 148.35 237.16 -
System Red Green Blue C M Y K H S L
Decimal 240 2 123 0 0.99 0.49 0.06 329.5 0.98 0.47
Hex F0 2 7B 0 63 31 6 149 62 2F
Octal 360 2 173 0 143 61 6 511 142 57
Binary 11110000 10 1111011 0 1100011 110001 110 101001001 1100010 101111

Color Harmonies of #F0027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0027B

Black with #F0027B

Text Example


Text Example

White with #F0027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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