Html Css Color HEX #F00F7A Deep Pink

📋 copy color: '#F00F7A'

red 240 ◦ green 15 ◦ blue 122

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

Shades of Deep Pink #F00F7A

Tints of Deep Pink #F00F7A

RGB

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

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

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

R = 63.66%
G = 3.98%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#F00F7A (or 0xF00F7A) is known color: Deep Pink. HEX triplet: F0, 0F and 7A. RGB value is (240,15,122). Sum of RGB (Red+Green+Blue) = 240+15+122=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00F7A is #0FF085. Grayscale: #5E5E5E. Windows color (decimal): -1044614 or 7999472. OLE color: 7999472.

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

Color convert

RGB 240 15 122 -
CMYK 0 0.94 0.49 0.06
HSL 331.47º 0.88% 0.5% -
HSV(B) 331.47º 0.94% 0.94% -
XYZ 39.62 20.27 20.24 -
YUV 94.47 143.54 231.8 -
System Red Green Blue C M Y K H S L
Decimal 240 15 122 0 0.94 0.49 0.06 331.47 0.88 0.5
Hex F0 F 7A 0 5E 31 6 14B 58 32
Octal 360 17 172 0 136 61 6 513 130 62
Binary 11110000 1111 1111010 0 1011110 110001 110 101001011 1011000 110010

Color Harmonies of #F00F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00F7A

Black with #F00F7A

Text Example


Text Example

White with #F00F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00F7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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