Html Css Color HEX #F30694 Hollywood Cerise

📋 copy color: '#F30694'

red 243 ◦ green 6 ◦ blue 148

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

Shades of Hollywood Cerise #F30694

Tints of Hollywood Cerise #F30694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 37.28%

R = 61.21%
G = 1.51%
B = 37.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.05

RGB Variations

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

Color information

#F30694 (or 0xF30694) is known color: Hollywood Cerise. HEX triplet: F3, 06 and 94. RGB value is (243,6,148). Sum of RGB (Red+Green+Blue) = 243+6+148=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 6 (2.73% from 255 or 1.51% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F30694 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F30694 is #0CF96B. Grayscale: #5C5C5C. Windows color (decimal): -850284 or 9701107. OLE color: 9701107.

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

Color convert

RGB 243 6 148 -
CMYK 0 0.98 0.39 0.05
HSL 324.05º 0.95% 0.49% -
HSV(B) 324.05º 0.98% 0.95% -
XYZ 42.37 21.32 29.9 -
YUV 93.05 159.02 234.95 -
System Red Green Blue C M Y K H S L
Decimal 243 6 148 0 0.98 0.39 0.05 324.05 0.95 0.49
Hex F3 6 94 0 62 27 5 144 5F 31
Octal 363 6 224 0 142 47 5 504 137 61
Binary 11110011 110 10010100 0 1100010 100111 101 101000100 1011111 110001

Color Harmonies of #F30694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30694

Black with #F30694

Text Example


Text Example

White with #F30694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30694; }

 p { color: rgb(243,6,148); }

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

background-color css

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

 a { background-color: rgb(243,6,148); }

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

border-color css

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

 span { border-color: rgb(243,6,148); }

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