Html Css Color HEX #F1306D Cerise

📋 copy color: '#F1306D'

red 241 ◦ green 48 ◦ blue 109

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

Shades of Cerise #F1306D

Tints of Cerise #F1306D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 27.39%

R = 60.55%
G = 12.06%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1306D (or 0xF1306D) is known color: Cerise. HEX triplet: F1, 30 and 6D. RGB value is (241,48,109). Sum of RGB (Red+Green+Blue) = 241+48+109=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 48 (19.14% from 255 or 12.06% from 398); Blue value is 109 (42.97% from 255 or 27.39% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1306D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1306D is #0ECF92. Grayscale: #707070. Windows color (decimal): -970643 or 7155953. OLE color: 7155953.

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

Color convert

RGB 241 48 109 -
CMYK 0 0.80 0.55 0.05
HSL 341.04º 0.87% 0.57% -
HSV(B) 341.04º 0.8% 0.95% -
XYZ 40.09 21.92 16.59 -
YUV 112.66 125.94 219.54 -
System Red Green Blue C M Y K H S L
Decimal 241 48 109 0 0.80 0.55 0.05 341.04 0.87 0.57
Hex F1 30 6D 0 50 37 5 155 57 39
Octal 361 60 155 0 120 67 5 525 127 71
Binary 11110001 110000 1101101 0 1010000 110111 101 101010101 1010111 111001

Color Harmonies of #F1306D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1306D

Black with #F1306D

Text Example


Text Example

White with #F1306D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1306D; }

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

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

background-color css

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

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

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

border-color css

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

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

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