Html Css Color HEX #FB069A Hollywood Cerise

📋 copy color: '#FB069A'

red 251 ◦ green 6 ◦ blue 154

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

Shades of Hollywood Cerise #FB069A

Tints of Hollywood Cerise #FB069A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.46%

 BLUE value IS 154 (60.55% from 255) = 37.47%

R = 61.07%
G = 1.46%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.02

RGB Variations

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

Color information

#FB069A (or 0xFB069A) is known color: Hollywood Cerise. HEX triplet: FB, 06 and 9A. RGB value is (251,6,154). Sum of RGB (Red+Green+Blue) = 251+6+154=411 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.07% from 411); Green value is 6 (2.73% from 255 or 1.46% from 411); Blue value is 154 (60.55% from 255 or 37.47% from 411); Max value from RGB is 251 - color contains mainly: red. Hex color #FB069A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB069A is #04F965. Grayscale: #5F5F5F. Windows color (decimal): -325990 or 10094331. OLE color: 10094331.

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

Color convert

RGB 251 6 154 -
CMYK 0 0.98 0.39 0.02
HSL 323.76º 0.97% 0.5% -
HSV(B) 323.76º 0.98% 0.98% -
XYZ 45.68 22.97 32.6 -
YUV 96.13 160.67 238.47 -
System Red Green Blue C M Y K H S L
Decimal 251 6 154 0 0.98 0.39 0.02 323.76 0.97 0.5
Hex FB 6 9A 0 62 27 2 144 61 32
Octal 373 6 232 0 142 47 2 504 141 62
Binary 11111011 110 10011010 0 1100010 100111 10 101000100 1100001 110010

Color Harmonies of #FB069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB069A

Black with #FB069A

Text Example


Text Example

White with #FB069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB069A; }

 p { color: rgb(251,6,154); }

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

background-color css

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

 a { background-color: rgb(251,6,154); }

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

border-color css

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

 span { border-color: rgb(251,6,154); }

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