Html Css Color HEX #F3028D Hollywood Cerise

📋 copy color: '#F3028D'

red 243 ◦ green 2 ◦ blue 141

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

Shades of Hollywood Cerise #F3028D

Tints of Hollywood Cerise #F3028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 62.95%
G = 0.52%
B = 36.53%

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

#F3028D (or 0xF3028D) is known color: Hollywood Cerise. HEX triplet: F3, 02 and 8D. RGB value is (243,2,141). Sum of RGB (Red+Green+Blue) = 243+2+141=386 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.95% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 243 - color contains mainly: red. Hex color #F3028D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F3028D is #0CFD72. Grayscale: #595959. Windows color (decimal): -851315 or 9241331. OLE color: 9241331.

HSL color Cylindrical-coordinate representation of color #F3028D: hue angle of 325.39º 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 #F3028D is Cyan = 0, Magento = 0.99, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 2 141 -
CMYK 0 0.99 0.42 0.05
HSL 325.39º 0.98% 0.48% -
HSV(B) 325.39º 0.99% 0.95% -
XYZ 41.79 21.02 27.05 -
YUV 89.91 156.84 237.2 -
System Red Green Blue C M Y K H S L
Decimal 243 2 141 0 0.99 0.42 0.05 325.39 0.98 0.48
Hex F3 2 8D 0 63 2A 5 145 62 30
Octal 363 2 215 0 143 52 5 505 142 60
Binary 11110011 10 10001101 0 1100011 101010 101 101000101 1100010 110000

Color Harmonies of #F3028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3028D

Black with #F3028D

Text Example


Text Example

White with #F3028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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