Html Css Color HEX #F2C1F1 Snuff

📋 copy color: '#F2C1F1'

red 242 ◦ green 193 ◦ blue 241

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

Shades of Snuff #F2C1F1

Tints of Snuff #F2C1F1

RGB

 RED value IS 242 (94.92% from 255) = 35.8%

 GREEN value IS 193 (75.78% from 255) = 28.55%

 BLUE value IS 241 (94.53% from 255) = 35.65%

R = 35.8%
G = 28.55%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.00

 K value IS 0.05

RGB Variations

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

Color information

#F2C1F1 (or 0xF2C1F1) is known color: Snuff. HEX triplet: F2, C1 and F1. RGB value is (242,193,241). Sum of RGB (Red+Green+Blue) = 242+193+241=676 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.80% from 676); Green value is 193 (75.78% from 255 or 28.55% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 242 - color contains mainly: red. Hex color #F2C1F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2C1F1 is #0D3E0E. Grayscale: #D4D4D4. Windows color (decimal): -867855 or 15843826. OLE color: 15843826.

HSL color Cylindrical-coordinate representation of color #F2C1F1: hue angle of 301.22º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F2C1F1 is Cyan = 0, Magento = 0.20, Yellow = 0.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 193 241 -
CMYK 0 0.20 0.00 0.05
HSL 301.22º 0.65% 0.85% -
HSV(B) 301.22º 0.2% 0.95% -
XYZ 71.57 63.37 91.68 -
YUV 213.12 143.73 148.6 -
System Red Green Blue C M Y K H S L
Decimal 242 193 241 0 0.20 0.00 0.05 301.22 0.65 0.85
Hex F2 C1 F1 0 14 0 5 12D 41 55
Octal 362 301 361 0 24 0 5 455 101 125
Binary 11110010 11000001 11110001 0 10100 0 101 100101101 1000001 1010101

Color Harmonies of #F2C1F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2C1F1

Black with #F2C1F1

Text Example


Text Example

White with #F2C1F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2C1F1; }

 p { color: rgb(242,193,241); }

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

background-color css

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

 a { background-color: rgb(242,193,241); }

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

border-color css

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

 span { border-color: rgb(242,193,241); }

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