Html Css Color HEX #F1326B Cerise

📋 copy color: '#F1326B'

red 241 ◦ green 50 ◦ blue 107

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

Shades of Cerise #F1326B

Tints of Cerise #F1326B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.56%

 BLUE value IS 107 (42.19% from 255) = 26.88%

R = 60.55%
G = 12.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1326B (or 0xF1326B) is known color: Cerise. HEX triplet: F1, 32 and 6B. RGB value is (241,50,107). Sum of RGB (Red+Green+Blue) = 241+50+107=398 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.55% from 398); Green value is 50 (19.92% from 255 or 12.56% from 398); Blue value is 107 (42.19% from 255 or 26.88% from 398); Max value from RGB is 241 - color contains mainly: red. Hex color #F1326B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1326B is #0ECD94. Grayscale: #717171. Windows color (decimal): -970133 or 7025393. OLE color: 7025393.

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

Color convert

RGB 241 50 107 -
CMYK 0 0.79 0.56 0.05
HSL 342.09º 0.87% 0.57% -
HSV(B) 342.09º 0.79% 0.95% -
XYZ 40.07 22.04 16.05 -
YUV 113.61 124.28 218.87 -
System Red Green Blue C M Y K H S L
Decimal 241 50 107 0 0.79 0.56 0.05 342.09 0.87 0.57
Hex F1 32 6B 0 4F 38 5 156 57 39
Octal 361 62 153 0 117 70 5 526 127 71
Binary 11110001 110010 1101011 0 1001111 111000 101 101010110 1010111 111001

Color Harmonies of #F1326B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1326B

Black with #F1326B

Text Example


Text Example

White with #F1326B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1326B; }

 p { color: rgb(241,50,107); }

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

background-color css

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

 a { background-color: rgb(241,50,107); }

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

border-color css

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

 span { border-color: rgb(241,50,107); }

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