Html Css Color HEX #F1306F Cerise

📋 copy color: '#F1306F'

red 241 ◦ green 48 ◦ blue 111

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

Shades of Cerise #F1306F

Tints of Cerise #F1306F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 12%

 BLUE value IS 111 (43.75% from 255) = 27.75%

R = 60.25%
G = 12%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#F1306F (or 0xF1306F) is known color: Cerise. HEX triplet: F1, 30 and 6F. RGB value is (241,48,111). Sum of RGB (Red+Green+Blue) = 241+48+111=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 111 (43.75% from 255 or 27.75% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1306F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1306F is #0ECF90. Grayscale: #707070. Windows color (decimal): -970641 or 7287025. OLE color: 7287025.

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

Color convert

RGB 241 48 111 -
CMYK 0 0.80 0.54 0.05
HSL 340.41º 0.87% 0.57% -
HSV(B) 340.41º 0.8% 0.95% -
XYZ 40.2 21.96 17.16 -
YUV 112.89 126.94 219.38 -
System Red Green Blue C M Y K H S L
Decimal 241 48 111 0 0.80 0.54 0.05 340.41 0.87 0.57
Hex F1 30 6F 0 50 36 5 154 57 39
Octal 361 60 157 0 120 66 5 524 127 71
Binary 11110001 110000 1101111 0 1010000 110110 101 101010100 1010111 111001

Color Harmonies of #F1306F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1306F

Black with #F1306F

Text Example


Text Example

White with #F1306F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1306F; }

 p { color: rgb(241,48,111); }

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

background-color css

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

 a { background-color: rgb(241,48,111); }

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

border-color css

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

 span { border-color: rgb(241,48,111); }

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