Html Css Color HEX #FE0B7E Deep Pink

📋 copy color: '#FE0B7E'

red 254 ◦ green 11 ◦ blue 126

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

Shades of Deep Pink #FE0B7E

Tints of Deep Pink #FE0B7E

RGB

 RED value IS 254 (99.61% from 255) = 64.96%

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

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

R = 64.96%
G = 2.81%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE0B7E (or 0xFE0B7E) is known color: Deep Pink. HEX triplet: FE, 0B and 7E. RGB value is (254,11,126). Sum of RGB (Red+Green+Blue) = 254+11+126=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B7E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B7E is #01F481. Grayscale: #606060. Windows color (decimal): -128130 or 8260606. OLE color: 8260606.

HSL color Cylindrical-coordinate representation of color #FE0B7E: hue angle of 331.6º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FE0B7E is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 11 126 -
CMYK 0 0.96 0.50 0.00
HSL 331.6º 0.99% 0.52% -
HSV(B) 331.6º 0.96% 1% -
XYZ 44.76 22.82 21.78 -
YUV 96.77 144.51 240.15 -
System Red Green Blue C M Y K H S L
Decimal 254 11 126 0 0.96 0.50 0.00 331.6 0.99 0.52
Hex FE B 7E 0 60 32 0 14C 63 34
Octal 376 13 176 0 140 62 0 514 143 64
Binary 11111110 1011 1111110 0 1100000 110010 0 101001100 1100011 110100

Color Harmonies of #FE0B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B7E

Black with #FE0B7E

Text Example


Text Example

White with #FE0B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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