Html Css Color HEX #F32970 Cerise

📋 copy color: '#F32970'

red 243 ◦ green 41 ◦ blue 112

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

Shades of Cerise #F32970

Tints of Cerise #F32970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.35%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 61.36%
G = 10.35%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F32970 (or 0xF32970) is known color: Cerise. HEX triplet: F3, 29 and 70. RGB value is (243,41,112). Sum of RGB (Red+Green+Blue) = 243+41+112=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F32970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F32970 is #0CD68F. Grayscale: #6D6D6D. Windows color (decimal): -841360 or 7350771. OLE color: 7350771.

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

Color convert

RGB 243 41 112 -
CMYK 0 0.83 0.54 0.05
HSL 338.91º 0.89% 0.56% -
HSV(B) 338.91º 0.83% 0.95% -
XYZ 40.68 21.81 17.4 -
YUV 109.49 129.42 223.23 -
System Red Green Blue C M Y K H S L
Decimal 243 41 112 0 0.83 0.54 0.05 338.91 0.89 0.56
Hex F3 29 70 0 53 36 5 153 59 38
Octal 363 51 160 0 123 66 5 523 131 70
Binary 11110011 101001 1110000 0 1010011 110110 101 101010011 1011001 111000

Color Harmonies of #F32970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32970

Black with #F32970

Text Example


Text Example

White with #F32970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32970; }

 p { color: rgb(243,41,112); }

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

background-color css

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

 a { background-color: rgb(243,41,112); }

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

border-color css

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

 span { border-color: rgb(243,41,112); }

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