Html Css Color HEX #F30D9A Hollywood Cerise

📋 copy color: '#F30D9A'

red 243 ◦ green 13 ◦ blue 154

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

Shades of Hollywood Cerise #F30D9A

Tints of Hollywood Cerise #F30D9A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.17%

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

R = 59.27%
G = 3.17%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F30D9A (or 0xF30D9A) is known color: Hollywood Cerise. HEX triplet: F3, 0D and 9A. RGB value is (243,13,154). Sum of RGB (Red+Green+Blue) = 243+13+154=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 13 (5.47% from 255 or 3.17% from 410); Blue value is 154 (60.55% from 255 or 37.56% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F30D9A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30D9A is #0CF265. Grayscale: #616161. Windows color (decimal): -848486 or 10096115. OLE color: 10096115.

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

Color convert

RGB 243 13 154 -
CMYK 0 0.95 0.37 0.05
HSL 323.22º 0.91% 0.5% -
HSV(B) 323.22º 0.95% 0.95% -
XYZ 42.94 21.68 32.49 -
YUV 97.84 159.7 231.54 -
System Red Green Blue C M Y K H S L
Decimal 243 13 154 0 0.95 0.37 0.05 323.22 0.91 0.5
Hex F3 D 9A 0 5F 25 5 143 5B 32
Octal 363 15 232 0 137 45 5 503 133 62
Binary 11110011 1101 10011010 0 1011111 100101 101 101000011 1011011 110010

Color Harmonies of #F30D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30D9A

Black with #F30D9A

Text Example


Text Example

White with #F30D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30D9A; }

 p { color: rgb(243,13,154); }

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

background-color css

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

 a { background-color: rgb(243,13,154); }

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

border-color css

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

 span { border-color: rgb(243,13,154); }

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