Html Css Color HEX #FE0BA5 Hollywood Cerise

📋 copy color: '#FE0BA5'

red 254 ◦ green 11 ◦ blue 165

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

Shades of Hollywood Cerise #FE0BA5

Tints of Hollywood Cerise #FE0BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 38.37%

R = 59.07%
G = 2.56%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#FE0BA5 (or 0xFE0BA5) is known color: Hollywood Cerise. HEX triplet: FE, 0B and A5. RGB value is (254,11,165). Sum of RGB (Red+Green+Blue) = 254+11+165=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 11 (4.69% from 255 or 2.56% from 430); Blue value is 165 (64.84% from 255 or 38.37% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0BA5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FE0BA5 is #01F45A. Grayscale: #646464. Windows color (decimal): -128091 or 10816510. OLE color: 10816510.

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

Color convert

RGB 254 11 165 -
CMYK 0 0.96 0.35 0.00
HSL 321.98º 0.99% 0.52% -
HSV(B) 321.98º 0.96% 1% -
XYZ 47.78 24.03 37.72 -
YUV 101.21 164.01 236.98 -
System Red Green Blue C M Y K H S L
Decimal 254 11 165 0 0.96 0.35 0.00 321.98 0.99 0.52
Hex FE B A5 0 60 23 0 142 63 34
Octal 376 13 245 0 140 43 0 502 143 64
Binary 11111110 1011 10100101 0 1100000 100011 0 101000010 1100011 110100

Color Harmonies of #FE0BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE0BA5

Black with #FE0BA5

Text Example


Text Example

White with #FE0BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE0BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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