Html Css Color HEX #F1699C Pale Violet Red

📋 copy color: '#F1699C'

red 241 ◦ green 105 ◦ blue 156

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

Shades of Pale Violet Red #F1699C

Tints of Pale Violet Red #F1699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.92%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 48.01%
G = 20.92%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1699C (or 0xF1699C) is known color: Pale Violet Red. HEX triplet: F1, 69 and 9C. RGB value is (241,105,156). Sum of RGB (Red+Green+Blue) = 241+105+156=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1699C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1699C is #0E9663. Grayscale: #979797. Windows color (decimal): -956004 or 10250737. OLE color: 10250737.

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

Color convert

RGB 241 105 156 -
CMYK 0 0.56 0.35 0.05
HSL 337.5º 0.83% 0.68% -
HSV(B) 337.5º 0.56% 0.95% -
XYZ 47.33 31.2 34.98 -
YUV 151.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 241 105 156 0 0.56 0.35 0.05 337.5 0.83 0.68
Hex F1 69 9C 0 38 23 5 152 53 44
Octal 361 151 234 0 70 43 5 522 123 104
Binary 11110001 1101001 10011100 0 111000 100011 101 101010010 1010011 1000100

Color Harmonies of #F1699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1699C

Black with #F1699C

Text Example


Text Example

White with #F1699C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1699C; }

 p { color: rgb(241,105,156); }

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

background-color css

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

 a { background-color: rgb(241,105,156); }

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

border-color css

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

 span { border-color: rgb(241,105,156); }

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