Html Css Color HEX #F1256A Cerise

📋 copy color: '#F1256A'

red 241 ◦ green 37 ◦ blue 106

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

Shades of Cerise #F1256A

Tints of Cerise #F1256A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.64%

 BLUE value IS 106 (41.8% from 255) = 27.6%

R = 62.76%
G = 9.64%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1256A (or 0xF1256A) is known color: Cerise. HEX triplet: F1, 25 and 6A. RGB value is (241,37,106). Sum of RGB (Red+Green+Blue) = 241+37+106=384 (50% of max value = 765). Red value is 241 (94.53% from 255 or 62.76% from 384); Green value is 37 (14.84% from 255 or 9.64% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 241 - color contains mainly: red. Hex color #F1256A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1256A is #0EDA95. Grayscale: #696969. Windows color (decimal): -973462 or 6956529. OLE color: 6956529.

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

Color convert

RGB 241 37 106 -
CMYK 0 0.85 0.56 0.05
HSL 339.71º 0.88% 0.55% -
HSV(B) 339.71º 0.85% 0.95% -
XYZ 39.54 21.06 15.62 -
YUV 105.86 128.09 224.39 -
System Red Green Blue C M Y K H S L
Decimal 241 37 106 0 0.85 0.56 0.05 339.71 0.88 0.55
Hex F1 25 6A 0 55 38 5 154 58 37
Octal 361 45 152 0 125 70 5 524 130 67
Binary 11110001 100101 1101010 0 1010101 111000 101 101010100 1011000 110111

Color Harmonies of #F1256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1256A

Black with #F1256A

Text Example


Text Example

White with #F1256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1256A; }

 p { color: rgb(241,37,106); }

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

background-color css

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

 a { background-color: rgb(241,37,106); }

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

border-color css

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

 span { border-color: rgb(241,37,106); }

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