Html Css Color HEX #F12968 Cerise

📋 copy color: '#F12968'

red 241 ◦ green 41 ◦ blue 104

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

Shades of Cerise #F12968

Tints of Cerise #F12968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 26.94%

R = 62.44%
G = 10.62%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12968 (or 0xF12968) is known color: Cerise. HEX triplet: F1, 29 and 68. RGB value is (241,41,104). Sum of RGB (Red+Green+Blue) = 241+41+104=386 (51% of max value = 765). Red value is 241 (94.53% from 255 or 62.44% from 386); Green value is 41 (16.41% from 255 or 10.62% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 241 - color contains mainly: red. Hex color #F12968 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12968 is #0ED697. Grayscale: #6B6B6B. Windows color (decimal): -972440 or 6826481. OLE color: 6826481.

HSL color Cylindrical-coordinate representation of color #F12968: hue angle of 341.1º 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 #F12968 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 41 104 -
CMYK 0 0.83 0.57 0.05
HSL 341.1º 0.88% 0.55% -
HSV(B) 341.1º 0.83% 0.95% -
XYZ 39.57 21.29 15.12 -
YUV 107.98 125.76 222.88 -
System Red Green Blue C M Y K H S L
Decimal 241 41 104 0 0.83 0.57 0.05 341.1 0.88 0.55
Hex F1 29 68 0 53 39 5 155 58 37
Octal 361 51 150 0 123 71 5 525 130 67
Binary 11110001 101001 1101000 0 1010011 111001 101 101010101 1011000 110111

Color Harmonies of #F12968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12968

Black with #F12968

Text Example


Text Example

White with #F12968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12968; }

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

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

background-color css

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

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

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

border-color css

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

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

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