Html Css Color HEX #F00B7E Deep Pink

📋 copy color: '#F00B7E'

red 240 ◦ green 11 ◦ blue 126

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

Shades of Deep Pink #F00B7E

Tints of Deep Pink #F00B7E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.92%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 63.66%
G = 2.92%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#F00B7E (or 0xF00B7E) is known color: Deep Pink. HEX triplet: F0, 0B and 7E. RGB value is (240,11,126). Sum of RGB (Red+Green+Blue) = 240+11+126=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 11 (4.69% from 255 or 2.92% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F00B7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00B7E is #0FF481. Grayscale: #5C5C5C. Windows color (decimal): -1045634 or 8260592. OLE color: 8260592.

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

Color convert

RGB 240 11 126 -
CMYK 0 0.95 0.48 0.06
HSL 329.87º 0.91% 0.49% -
HSV(B) 329.87º 0.95% 0.94% -
XYZ 39.82 20.27 21.55 -
YUV 92.58 146.87 233.15 -
System Red Green Blue C M Y K H S L
Decimal 240 11 126 0 0.95 0.48 0.06 329.87 0.91 0.49
Hex F0 B 7E 0 5F 30 6 14A 5B 31
Octal 360 13 176 0 137 60 6 512 133 61
Binary 11110000 1011 1111110 0 1011111 110000 110 101001010 1011011 110001

Color Harmonies of #F00B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00B7E

Black with #F00B7E

Text Example


Text Example

White with #F00B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00B7E; }

 p { color: rgb(240,11,126); }

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

background-color css

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

 a { background-color: rgb(240,11,126); }

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

border-color css

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

 span { border-color: rgb(240,11,126); }

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