Html Css Color HEX #F13275 Cerise

📋 copy color: '#F13275'

red 241 ◦ green 50 ◦ blue 117

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

Shades of Cerise #F13275

Tints of Cerise #F13275

RGB

 RED value IS 241 (94.53% from 255) = 59.07%

 GREEN value IS 50 (19.92% from 255) = 12.25%

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

R = 59.07%
G = 12.25%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#F13275 (or 0xF13275) is known color: Cerise. HEX triplet: F1, 32 and 75. RGB value is (241,50,117). Sum of RGB (Red+Green+Blue) = 241+50+117=408 (54% of max value = 765). Red value is 241 (94.53% from 255 or 59.07% from 408); Green value is 50 (19.92% from 255 or 12.25% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 241 - color contains mainly: red. Hex color #F13275 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F13275 is #0ECD8A. Grayscale: #727272. Windows color (decimal): -970123 or 7680753. OLE color: 7680753.

HSL color Cylindrical-coordinate representation of color #F13275: hue angle of 338.95º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F13275 is Cyan = 0, Magento = 0.79, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 50 117 -
CMYK 0 0.79 0.51 0.05
HSL 338.95º 0.87% 0.57% -
HSV(B) 338.95º 0.79% 0.95% -
XYZ 40.63 22.27 18.99 -
YUV 114.75 129.28 218.05 -
System Red Green Blue C M Y K H S L
Decimal 241 50 117 0 0.79 0.51 0.05 338.95 0.87 0.57
Hex F1 32 75 0 4F 33 5 153 57 39
Octal 361 62 165 0 117 63 5 523 127 71
Binary 11110001 110010 1110101 0 1001111 110011 101 101010011 1010111 111001

Color Harmonies of #F13275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F13275

Black with #F13275

Text Example


Text Example

White with #F13275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F13275; }

 p { color: rgb(241,50,117); }

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

background-color css

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

 a { background-color: rgb(241,50,117); }

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

border-color css

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

 span { border-color: rgb(241,50,117); }

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