Html Css Color HEX #F01F7B Deep Pink

📋 copy color: '#F01F7B'

red 240 ◦ green 31 ◦ blue 123

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

Shades of Deep Pink #F01F7B

Tints of Deep Pink #F01F7B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.87%

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

R = 60.91%
G = 7.87%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F01F7B (or 0xF01F7B) is known color: Deep Pink. HEX triplet: F0, 1F and 7B. RGB value is (240,31,123). Sum of RGB (Red+Green+Blue) = 240+31+123=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 31 (12.5% from 255 or 7.87% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F01F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F01F7B is #0FE084. Grayscale: #676767. Windows color (decimal): -1040517 or 8069104. OLE color: 8069104.

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

Color convert

RGB 240 31 123 -
CMYK 0 0.87 0.49 0.06
HSL 333.59º 0.87% 0.53% -
HSV(B) 333.59º 0.87% 0.94% -
XYZ 40 20.94 20.67 -
YUV 103.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 240 31 123 0 0.87 0.49 0.06 333.59 0.87 0.53
Hex F0 1F 7B 0 57 31 6 14E 57 35
Octal 360 37 173 0 127 61 6 516 127 65
Binary 11110000 11111 1111011 0 1010111 110001 110 101001110 1010111 110101

Color Harmonies of #F01F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01F7B

Black with #F01F7B

Text Example


Text Example

White with #F01F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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