Html Css Color HEX #F16B9C Pale Violet Red

📋 copy color: '#F16B9C'

red 241 ◦ green 107 ◦ blue 156

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

Shades of Pale Violet Red #F16B9C

Tints of Pale Violet Red #F16B9C

RGB

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

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

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

R = 47.82%
G = 21.23%
B = 30.95%

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

#F16B9C (or 0xF16B9C) is known color: Pale Violet Red. HEX triplet: F1, 6B and 9C. RGB value is (241,107,156). Sum of RGB (Red+Green+Blue) = 241+107+156=504 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.82% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 156 (61.33% from 255 or 30.95% from 504); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F16B9C is #0E9463. Grayscale: #989898. Windows color (decimal): -955492 or 10251249. OLE color: 10251249.

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

Color convert

RGB 241 107 156 -
CMYK 0 0.56 0.35 0.05
HSL 338.06º 0.83% 0.68% -
HSV(B) 338.06º 0.56% 0.95% -
XYZ 47.53 31.62 35.05 -
YUV 152.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 241 107 156 0 0.56 0.35 0.05 338.06 0.83 0.68
Hex F1 6B 9C 0 38 23 5 152 53 44
Octal 361 153 234 0 70 43 5 522 123 104
Binary 11110001 1101011 10011100 0 111000 100011 101 101010010 1010011 1000100

Color Harmonies of #F16B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F16B9C

Black with #F16B9C

Text Example


Text Example

White with #F16B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F16B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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