Html Css Color HEX #F1689C Pale Violet Red

📋 copy color: '#F1689C'

red 241 ◦ green 104 ◦ blue 156

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

Shades of Pale Violet Red #F1689C

Tints of Pale Violet Red #F1689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.76%

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

R = 48.1%
G = 20.76%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F1689C (or 0xF1689C) is known color: Pale Violet Red. HEX triplet: F1, 68 and 9C. RGB value is (241,104,156). Sum of RGB (Red+Green+Blue) = 241+104+156=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 156 (61.33% from 255 or 31.14% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F1689C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F1689C is #0E9763. Grayscale: #969696. Windows color (decimal): -956260 or 10250481. OLE color: 10250481.

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

Color convert

RGB 241 104 156 -
CMYK 0 0.57 0.35 0.05
HSL 337.23º 0.83% 0.68% -
HSV(B) 337.23º 0.57% 0.95% -
XYZ 47.23 31 34.95 -
YUV 150.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 241 104 156 0 0.57 0.35 0.05 337.23 0.83 0.68
Hex F1 68 9C 0 39 23 5 151 53 44
Octal 361 150 234 0 71 43 5 521 123 104
Binary 11110001 1101000 10011100 0 111001 100011 101 101010001 1010011 1000100

Color Harmonies of #F1689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1689C

Black with #F1689C

Text Example


Text Example

White with #F1689C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1689C; }

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

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

background-color css

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

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

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

border-color css

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

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

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