Html Css Color HEX #F3028C Hollywood Cerise

📋 copy color: '#F3028C'

red 243 ◦ green 2 ◦ blue 140

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

Shades of Hollywood Cerise #F3028C

Tints of Hollywood Cerise #F3028C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.52%

 BLUE value IS 140 (55.08% from 255) = 36.36%

R = 63.12%
G = 0.52%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#F3028C (or 0xF3028C) is known color: Hollywood Cerise. HEX triplet: F3, 02 and 8C. RGB value is (243,2,140). Sum of RGB (Red+Green+Blue) = 243+2+140=385 (50% of max value = 765). Red value is 243 (95.31% from 255 or 63.12% from 385); Green value is 2 (1.17% from 255 or 0.52% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 243 - color contains mainly: red. Hex color #F3028C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3028C is #0CFD73. Grayscale: #595959. Windows color (decimal): -851316 or 9175795. OLE color: 9175795.

HSL color Cylindrical-coordinate representation of color #F3028C: hue angle of 325.64º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F3028C is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 2 140 -
CMYK 0 0.99 0.42 0.05
HSL 325.64º 0.98% 0.48% -
HSV(B) 325.64º 0.99% 0.95% -
XYZ 41.72 20.99 26.66 -
YUV 89.79 156.34 237.28 -
System Red Green Blue C M Y K H S L
Decimal 243 2 140 0 0.99 0.42 0.05 325.64 0.98 0.48
Hex F3 2 8C 0 63 2A 5 146 62 30
Octal 363 2 214 0 143 52 5 506 142 60
Binary 11110011 10 10001100 0 1100011 101010 101 101000110 1100010 110000

Color Harmonies of #F3028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3028C

Black with #F3028C

Text Example


Text Example

White with #F3028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3028C; }

 p { color: rgb(243,2,140); }

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

background-color css

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

 a { background-color: rgb(243,2,140); }

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

border-color css

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

 span { border-color: rgb(243,2,140); }

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