Html Css Color HEX #F0356A Cerise

📋 copy color: '#F0356A'

red 240 ◦ green 53 ◦ blue 106

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

Shades of Cerise #F0356A

Tints of Cerise #F0356A

RGB

 RED value IS 240 (94.14% from 255) = 60.15%

 GREEN value IS 53 (21.09% from 255) = 13.28%

 BLUE value IS 106 (41.8% from 255) = 26.57%

R = 60.15%
G = 13.28%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#F0356A (or 0xF0356A) is known color: Cerise. HEX triplet: F0, 35 and 6A. RGB value is (240,53,106). Sum of RGB (Red+Green+Blue) = 240+53+106=399 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.15% from 399); Green value is 53 (21.09% from 255 or 13.28% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 240 - color contains mainly: red. Hex color #F0356A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F0356A is #0FCA95. Grayscale: #727272. Windows color (decimal): -1034902 or 6960624. OLE color: 6960624.

HSL color Cylindrical-coordinate representation of color #F0356A: hue angle of 342.99º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0356A is Cyan = 0, Magento = 0.78, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 53 106 -
CMYK 0 0.78 0.56 0.06
HSL 342.99º 0.86% 0.57% -
HSV(B) 342.99º 0.78% 0.94% -
XYZ 39.81 22.11 15.81 -
YUV 114.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 240 53 106 0 0.78 0.56 0.06 342.99 0.86 0.57
Hex F0 35 6A 0 4E 38 6 157 56 39
Octal 360 65 152 0 116 70 6 527 126 71
Binary 11110000 110101 1101010 0 1001110 111000 110 101010111 1010110 111001

Color Harmonies of #F0356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0356A

Black with #F0356A

Text Example


Text Example

White with #F0356A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0356A; }

 p { color: rgb(240,53,106); }

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

background-color css

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

 a { background-color: rgb(240,53,106); }

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

border-color css

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

 span { border-color: rgb(240,53,106); }

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