Html Css Color HEX #F32375 Cerise

📋 copy color: '#F32375'

red 243 ◦ green 35 ◦ blue 117

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

Shades of Cerise #F32375

Tints of Cerise #F32375

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.86%

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

R = 61.52%
G = 8.86%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#F32375 (or 0xF32375) is known color: Cerise. HEX triplet: F3, 23 and 75. RGB value is (243,35,117). Sum of RGB (Red+Green+Blue) = 243+35+117=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 35 (14.06% from 255 or 8.86% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F32375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32375 is #0CDC8A. Grayscale: #6A6A6A. Windows color (decimal): -842891 or 7676915. OLE color: 7676915.

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

Color convert

RGB 243 35 117 -
CMYK 0 0.86 0.52 0.05
HSL 336.35º 0.9% 0.55% -
HSV(B) 336.35º 0.86% 0.95% -
XYZ 40.77 21.54 18.84 -
YUV 106.54 133.91 225.33 -
System Red Green Blue C M Y K H S L
Decimal 243 35 117 0 0.86 0.52 0.05 336.35 0.9 0.55
Hex F3 23 75 0 56 34 5 150 5A 37
Octal 363 43 165 0 126 64 5 520 132 67
Binary 11110011 100011 1110101 0 1010110 110100 101 101010000 1011010 110111

Color Harmonies of #F32375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32375

Black with #F32375

Text Example


Text Example

White with #F32375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32375; }

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

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

background-color css

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

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

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

border-color css

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

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

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