Html Css Color HEX #F32875 Cerise

📋 copy color: '#F32875'

red 243 ◦ green 40 ◦ blue 117

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

Shades of Cerise #F32875

Tints of Cerise #F32875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 10%

 BLUE value IS 117 (46.09% from 255) = 29.25%

R = 60.75%
G = 10%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F32875 (or 0xF32875) is known color: Cerise. HEX triplet: F3, 28 and 75. RGB value is (243,40,117). Sum of RGB (Red+Green+Blue) = 243+40+117=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 40 (16.02% from 255 or 10% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F32875 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32875 is #0CD78A. Grayscale: #6D6D6D. Windows color (decimal): -841611 or 7678195. OLE color: 7678195.

HSL color Cylindrical-coordinate representation of color #F32875: hue angle of 337.24º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F32875 is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 40 117 -
CMYK 0 0.84 0.52 0.05
HSL 337.24º 0.89% 0.55% -
HSV(B) 337.24º 0.84% 0.95% -
XYZ 40.93 21.86 18.89 -
YUV 109.48 132.25 223.24 -
System Red Green Blue C M Y K H S L
Decimal 243 40 117 0 0.84 0.52 0.05 337.24 0.89 0.55
Hex F3 28 75 0 54 34 5 151 59 37
Octal 363 50 165 0 124 64 5 521 131 67
Binary 11110011 101000 1110101 0 1010100 110100 101 101010001 1011001 110111

Color Harmonies of #F32875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32875

Black with #F32875

Text Example


Text Example

White with #F32875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32875; }

 p { color: rgb(243,40,117); }

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

background-color css

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

 a { background-color: rgb(243,40,117); }

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

border-color css

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

 span { border-color: rgb(243,40,117); }

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