Html Css Color HEX #F01B7A Deep Pink

📋 copy color: '#F01B7A'

red 240 ◦ green 27 ◦ blue 122

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

Shades of Deep Pink #F01B7A

Tints of Deep Pink #F01B7A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.94%

 BLUE value IS 122 (48.05% from 255) = 31.36%

R = 61.7%
G = 6.94%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F01B7A (or 0xF01B7A) is known color: Deep Pink. HEX triplet: F0, 1B and 7A. RGB value is (240,27,122). Sum of RGB (Red+Green+Blue) = 240+27+122=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F01B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01B7A is #0FE485. Grayscale: #656565. Windows color (decimal): -1041542 or 8002544. OLE color: 8002544.

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

Color convert

RGB 240 27 122 -
CMYK 0 0.89 0.49 0.06
HSL 333.24º 0.88% 0.52% -
HSV(B) 333.24º 0.89% 0.94% -
XYZ 39.84 20.71 20.31 -
YUV 101.52 139.57 226.78 -
System Red Green Blue C M Y K H S L
Decimal 240 27 122 0 0.89 0.49 0.06 333.24 0.88 0.52
Hex F0 1B 7A 0 59 31 6 14D 58 34
Octal 360 33 172 0 131 61 6 515 130 64
Binary 11110000 11011 1111010 0 1011001 110001 110 101001101 1011000 110100

Color Harmonies of #F01B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01B7A

Black with #F01B7A

Text Example


Text Example

White with #F01B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01B7A; }

 p { color: rgb(240,27,122); }

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

background-color css

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

 a { background-color: rgb(240,27,122); }

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

border-color css

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

 span { border-color: rgb(240,27,122); }

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