Html Css Color HEX #F12667 Cerise

📋 copy color: '#F12667'

red 241 ◦ green 38 ◦ blue 103

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

Shades of Cerise #F12667

Tints of Cerise #F12667

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 26.96%

R = 63.09%
G = 9.95%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F12667 (or 0xF12667) is known color: Cerise. HEX triplet: F1, 26 and 67. RGB value is (241,38,103). Sum of RGB (Red+Green+Blue) = 241+38+103=382 (50% of max value = 765). Red value is 241 (94.53% from 255 or 63.09% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 241 - color contains mainly: red. Hex color #F12667 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F12667 is #0ED998. Grayscale: #6A6A6A. Windows color (decimal): -973209 or 6760177. OLE color: 6760177.

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

Color convert

RGB 241 38 103 -
CMYK 0 0.84 0.57 0.05
HSL 340.79º 0.88% 0.55% -
HSV(B) 340.79º 0.84% 0.95% -
XYZ 39.42 21.07 14.82 -
YUV 106.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 241 38 103 0 0.84 0.57 0.05 340.79 0.88 0.55
Hex F1 26 67 0 54 39 5 155 58 37
Octal 361 46 147 0 124 71 5 525 130 67
Binary 11110001 100110 1100111 0 1010100 111001 101 101010101 1011000 110111

Color Harmonies of #F12667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12667

Black with #F12667

Text Example


Text Example

White with #F12667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12667; }

 p { color: rgb(241,38,103); }

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

background-color css

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

 a { background-color: rgb(241,38,103); }

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

border-color css

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

 span { border-color: rgb(241,38,103); }

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