Html Css Color HEX #F1306A Cerise

📋 copy color: '#F1306A'

red 241 ◦ green 48 ◦ blue 106

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

Shades of Cerise #F1306A

Tints of Cerise #F1306A

RGB

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

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

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

R = 61.01%
G = 12.15%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1306A (or 0xF1306A) is known color: Cerise. HEX triplet: F1, 30 and 6A. RGB value is (241,48,106). Sum of RGB (Red+Green+Blue) = 241+48+106=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 106 (41.80% from 255 or 26.84% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F1306A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1306A is #0ECF95. Grayscale: #707070. Windows color (decimal): -970646 or 6959345. OLE color: 6959345.

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

Color convert

RGB 241 48 106 -
CMYK 0 0.80 0.56 0.05
HSL 341.97º 0.87% 0.57% -
HSV(B) 341.97º 0.8% 0.95% -
XYZ 39.93 21.86 15.75 -
YUV 112.32 124.44 219.78 -
System Red Green Blue C M Y K H S L
Decimal 241 48 106 0 0.80 0.56 0.05 341.97 0.87 0.57
Hex F1 30 6A 0 50 38 5 156 57 39
Octal 361 60 152 0 120 70 5 526 127 71
Binary 11110001 110000 1101010 0 1010000 111000 101 101010110 1010111 111001

Color Harmonies of #F1306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1306A

Black with #F1306A

Text Example


Text Example

White with #F1306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1306A; }

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

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

background-color css

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

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

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

border-color css

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

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

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