Html Css Color HEX #FE0B7A Deep Pink

📋 copy color: '#FE0B7A'

red 254 ◦ green 11 ◦ blue 122

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

Shades of Deep Pink #FE0B7A

Tints of Deep Pink #FE0B7A

RGB

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

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

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

R = 65.63%
G = 2.84%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE0B7A (or 0xFE0B7A) is known color: Deep Pink. HEX triplet: FE, 0B and 7A. RGB value is (254,11,122). Sum of RGB (Red+Green+Blue) = 254+11+122=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 11 (4.69% from 255 or 2.84% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0B7A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0B7A is #01F485. Grayscale: #606060. Windows color (decimal): -128134 or 7998462. OLE color: 7998462.

HSL color Cylindrical-coordinate representation of color #FE0B7A: hue angle of 332.59º 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 #FE0B7A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 11 122 -
CMYK 0 0.96 0.52 0.00
HSL 332.59º 0.99% 0.52% -
HSV(B) 332.59º 0.96% 1% -
XYZ 44.51 22.72 20.45 -
YUV 96.31 142.51 240.47 -
System Red Green Blue C M Y K H S L
Decimal 254 11 122 0 0.96 0.52 0.00 332.59 0.99 0.52
Hex FE B 7A 0 60 34 0 14D 63 34
Octal 376 13 172 0 140 64 0 515 143 64
Binary 11111110 1011 1111010 0 1100000 110100 0 101001101 1100011 110100

Color Harmonies of #FE0B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0B7A

Black with #FE0B7A

Text Example


Text Example

White with #FE0B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0B7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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