Html Css Color HEX #FB0E7F Deep Pink

📋 copy color: '#FB0E7F'

red 251 ◦ green 14 ◦ blue 127

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

Shades of Deep Pink #FB0E7F

Tints of Deep Pink #FB0E7F

RGB

 RED value IS 251 (98.44% from 255) = 64.03%

 GREEN value IS 14 (5.86% from 255) = 3.57%

 BLUE value IS 127 (50% from 255) = 32.4%

R = 64.03%
G = 3.57%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB0E7F (or 0xFB0E7F) is known color: Deep Pink. HEX triplet: FB, 0E and 7F. RGB value is (251,14,127). Sum of RGB (Red+Green+Blue) = 251+14+127=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 14 (5.86% from 255 or 3.57% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0E7F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0E7F is #04F180. Grayscale: #616161. Windows color (decimal): -323969 or 8326907. OLE color: 8326907.

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

Color convert

RGB 251 14 127 -
CMYK 0 0.94 0.49 0.02
HSL 331.39º 0.97% 0.52% -
HSV(B) 331.39º 0.94% 0.98% -
XYZ 43.77 22.36 22.09 -
YUV 97.75 144.52 237.31 -
System Red Green Blue C M Y K H S L
Decimal 251 14 127 0 0.94 0.49 0.02 331.39 0.97 0.52
Hex FB E 7F 0 5E 31 2 14B 61 34
Octal 373 16 177 0 136 61 2 513 141 64
Binary 11111011 1110 1111111 0 1011110 110001 10 101001011 1100001 110100

Color Harmonies of #FB0E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB0E7F

Black with #FB0E7F

Text Example


Text Example

White with #FB0E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB0E7F; }

 p { color: rgb(251,14,127); }

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

background-color css

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

 a { background-color: rgb(251,14,127); }

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

border-color css

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

 span { border-color: rgb(251,14,127); }

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