Html Css Color HEX #F52675 Cerise

📋 copy color: '#F52675'

red 245 ◦ green 38 ◦ blue 117

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

Shades of Cerise #F52675

Tints of Cerise #F52675

RGB

 RED value IS 245 (96.09% from 255) = 61.25%

 GREEN value IS 38 (15.23% from 255) = 9.5%

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

R = 61.25%
G = 9.5%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#F52675 (or 0xF52675) is known color: Cerise. HEX triplet: F5, 26 and 75. RGB value is (245,38,117). Sum of RGB (Red+Green+Blue) = 245+38+117=400 (52% of max value = 765). Red value is 245 (96.09% from 255 or 61.25% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 245 - color contains mainly: red. Hex color #F52675 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F52675 is #0AD98A. Grayscale: #6C6C6C. Windows color (decimal): -711051 or 7677685. OLE color: 7677685.

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

Color convert

RGB 245 38 117 -
CMYK 0 0.84 0.52 0.04
HSL 337.1º 0.91% 0.55% -
HSV(B) 337.1º 0.84% 0.96% -
XYZ 41.56 22.08 18.9 -
YUV 108.9 132.58 225.08 -
System Red Green Blue C M Y K H S L
Decimal 245 38 117 0 0.84 0.52 0.04 337.1 0.91 0.55
Hex F5 26 75 0 54 34 4 151 5B 37
Octal 365 46 165 0 124 64 4 521 133 67
Binary 11110101 100110 1110101 0 1010100 110100 100 101010001 1011011 110111

Color Harmonies of #F52675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F52675

Black with #F52675

Text Example


Text Example

White with #F52675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F52675; }

 p { color: rgb(245,38,117); }

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

background-color css

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

 a { background-color: rgb(245,38,117); }

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

border-color css

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

 span { border-color: rgb(245,38,117); }

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