Html Css Color HEX #F12965 Cerise

📋 copy color: '#F12965'

red 241 ◦ green 41 ◦ blue 101

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

Shades of Cerise #F12965

Tints of Cerise #F12965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 26.37%

R = 62.92%
G = 10.7%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F12965 (or 0xF12965) is known color: Cerise. HEX triplet: F1, 29 and 65. RGB value is (241,41,101). Sum of RGB (Red+Green+Blue) = 241+41+101=383 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.92% from 383); Green value is 41 (16.41% from 255 or 10.70% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 241 - color contains mainly: red. Hex color #F12965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12965 is #0ED69A. Grayscale: #6B6B6B. Windows color (decimal): -972443 or 6629873. OLE color: 6629873.

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

Color convert

RGB 241 41 101 -
CMYK 0 0.83 0.58 0.05
HSL 342º 0.88% 0.55% -
HSV(B) 342º 0.83% 0.95% -
XYZ 39.42 21.23 14.33 -
YUV 107.64 124.26 223.12 -
System Red Green Blue C M Y K H S L
Decimal 241 41 101 0 0.83 0.58 0.05 342 0.88 0.55
Hex F1 29 65 0 53 3A 5 156 58 37
Octal 361 51 145 0 123 72 5 526 130 67
Binary 11110001 101001 1100101 0 1010011 111010 101 101010110 1011000 110111

Color Harmonies of #F12965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12965

Black with #F12965

Text Example


Text Example

White with #F12965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12965; }

 p { color: rgb(241,41,101); }

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

background-color css

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

 a { background-color: rgb(241,41,101); }

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

border-color css

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

 span { border-color: rgb(241,41,101); }

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