Html Css Color HEX #F30BAB Hollywood Cerise

📋 copy color: '#F30BAB'

red 243 ◦ green 11 ◦ blue 171

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

Shades of Hollywood Cerise #F30BAB

Tints of Hollywood Cerise #F30BAB

RGB

 RED value IS 243 (95.31% from 255) = 57.18%

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

 BLUE value IS 171 (67.19% from 255) = 40.24%

R = 57.18%
G = 2.59%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F30BAB (or 0xF30BAB) is known color: Hollywood Cerise. HEX triplet: F3, 0B and AB. RGB value is (243,11,171). Sum of RGB (Red+Green+Blue) = 243+11+171=425 (56% of max value = 765). Red value is 243 (95.31% from 255 or 57.18% from 425); Green value is 11 (4.69% from 255 or 2.59% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 243 - color contains mainly: red. Hex color #F30BAB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30BAB is #0CF454. Grayscale: #626262. Windows color (decimal): -848981 or 11209715. OLE color: 11209715.

HSL color Cylindrical-coordinate representation of color #F30BAB: hue angle of 318.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30BAB is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 11 171 -
CMYK 0 0.95 0.30 0.05
HSL 318.62º 0.91% 0.5% -
HSV(B) 318.62º 0.95% 0.95% -
XYZ 44.43 22.23 40.48 -
YUV 98.61 168.86 230.99 -
System Red Green Blue C M Y K H S L
Decimal 243 11 171 0 0.95 0.30 0.05 318.62 0.91 0.5
Hex F3 B AB 0 5F 1E 5 13F 5B 32
Octal 363 13 253 0 137 36 5 477 133 62
Binary 11110011 1011 10101011 0 1011111 11110 101 100111111 1011011 110010

Color Harmonies of #F30BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30BAB

Black with #F30BAB

Text Example


Text Example

White with #F30BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30BAB; }

 p { color: rgb(243,11,171); }

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

background-color css

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

 a { background-color: rgb(243,11,171); }

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

border-color css

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

 span { border-color: rgb(243,11,171); }

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