Html Css Color HEX #F16B9D Pale Violet Red

📋 copy color: '#F16B9D'

red 241 ◦ green 107 ◦ blue 157

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

Shades of Pale Violet Red #F16B9D

Tints of Pale Violet Red #F16B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 47.72%
G = 21.19%
B = 31.09%

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

#F16B9D (or 0xF16B9D) is known color: Pale Violet Red. HEX triplet: F1, 6B and 9D. RGB value is (241,107,157). Sum of RGB (Red+Green+Blue) = 241+107+157=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B9D is #0E9462. Grayscale: #989898. Windows color (decimal): -955491 or 10316785. OLE color: 10316785.

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

Color convert

RGB 241 107 157 -
CMYK 0 0.56 0.35 0.05
HSL 337.61º 0.83% 0.68% -
HSV(B) 337.61º 0.56% 0.95% -
XYZ 47.62 31.65 35.5 -
YUV 152.77 130.39 190.93 -
System Red Green Blue C M Y K H S L
Decimal 241 107 157 0 0.56 0.35 0.05 337.61 0.83 0.68
Hex F1 6B 9D 0 38 23 5 152 53 44
Octal 361 153 235 0 70 43 5 522 123 104
Binary 11110001 1101011 10011101 0 111000 100011 101 101010010 1010011 1000100

Color Harmonies of #F16B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B9D

Black with #F16B9D

Text Example


Text Example

White with #F16B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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