Html Css Color HEX #FB069B Hollywood Cerise

📋 copy color: '#FB069B'

red 251 ◦ green 6 ◦ blue 155

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

Shades of Hollywood Cerise #FB069B

Tints of Hollywood Cerise #FB069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 37.62%

R = 60.92%
G = 1.46%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FB069B (or 0xFB069B) is known color: Hollywood Cerise. HEX triplet: FB, 06 and 9B. RGB value is (251,6,155). Sum of RGB (Red+Green+Blue) = 251+6+155=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 6 (2.73% from 255 or 1.46% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB069B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB069B is #04F964. Grayscale: #5F5F5F. Windows color (decimal): -325989 or 10159867. OLE color: 10159867.

HSL color Cylindrical-coordinate representation of color #FB069B: hue angle of 323.51º 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 #FB069B is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 6 155 -
CMYK 0 0.98 0.38 0.02
HSL 323.51º 0.97% 0.5% -
HSV(B) 323.51º 0.98% 0.98% -
XYZ 45.77 23.01 33.04 -
YUV 96.24 161.17 238.38 -
System Red Green Blue C M Y K H S L
Decimal 251 6 155 0 0.98 0.38 0.02 323.51 0.97 0.5
Hex FB 6 9B 0 62 26 2 144 61 32
Octal 373 6 233 0 142 46 2 504 141 62
Binary 11111011 110 10011011 0 1100010 100110 10 101000100 1100001 110010

Color Harmonies of #FB069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB069B

Black with #FB069B

Text Example


Text Example

White with #FB069B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB069B; }

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

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

background-color css

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

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

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

border-color css

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

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

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