Html Css Color HEX #F16B9E Pale Violet Red

📋 copy color: '#F16B9E'

red 241 ◦ green 107 ◦ blue 158

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

Shades of Pale Violet Red #F16B9E

Tints of Pale Violet Red #F16B9E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.15%

 BLUE value IS 158 (62.11% from 255) = 31.23%

R = 47.63%
G = 21.15%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F16B9E (or 0xF16B9E) is known color: Pale Violet Red. HEX triplet: F1, 6B and 9E. RGB value is (241,107,158). Sum of RGB (Red+Green+Blue) = 241+107+158=506 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.63% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B9E is #0E9461. Grayscale: #989898. Windows color (decimal): -955490 or 10382321. OLE color: 10382321.

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

Color convert

RGB 241 107 158 -
CMYK 0 0.56 0.34 0.05
HSL 337.16º 0.83% 0.68% -
HSV(B) 337.16º 0.56% 0.95% -
XYZ 47.7 31.68 35.95 -
YUV 152.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 241 107 158 0 0.56 0.34 0.05 337.16 0.83 0.68
Hex F1 6B 9E 0 38 22 5 151 53 44
Octal 361 153 236 0 70 42 5 521 123 104
Binary 11110001 1101011 10011110 0 111000 100010 101 101010001 1010011 1000100

Color Harmonies of #F16B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B9E

Black with #F16B9E

Text Example


Text Example

White with #F16B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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