Html Css Color HEX #F1326D Cerise

📋 copy color: '#F1326D'

red 241 ◦ green 50 ◦ blue 109

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

Shades of Cerise #F1326D

Tints of Cerise #F1326D

RGB

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

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

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

R = 60.25%
G = 12.5%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F1326D (or 0xF1326D) is known color: Cerise. HEX triplet: F1, 32 and 6D. RGB value is (241,50,109). Sum of RGB (Red+Green+Blue) = 241+50+109=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 109 (42.97% from 255 or 27.25% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F1326D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F1326D is #0ECD92. Grayscale: #717171. Windows color (decimal): -970131 or 7156465. OLE color: 7156465.

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

Color convert

RGB 241 50 109 -
CMYK 0 0.79 0.55 0.05
HSL 341.47º 0.87% 0.57% -
HSV(B) 341.47º 0.79% 0.95% -
XYZ 40.18 22.09 16.61 -
YUV 113.84 125.28 218.7 -
System Red Green Blue C M Y K H S L
Decimal 241 50 109 0 0.79 0.55 0.05 341.47 0.87 0.57
Hex F1 32 6D 0 4F 37 5 155 57 39
Octal 361 62 155 0 117 67 5 525 127 71
Binary 11110001 110010 1101101 0 1001111 110111 101 101010101 1010111 111001

Color Harmonies of #F1326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1326D

Black with #F1326D

Text Example


Text Example

White with #F1326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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