Html Css Color HEX #F06E9C Pale Violet Red

📋 copy color: '#F06E9C'

red 240 ◦ green 110 ◦ blue 156

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

Shades of Pale Violet Red #F06E9C

Tints of Pale Violet Red #F06E9C

RGB

 RED value IS 240 (94.14% from 255) = 47.43%

 GREEN value IS 110 (43.36% from 255) = 21.74%

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

R = 47.43%
G = 21.74%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F06E9C (or 0xF06E9C) is known color: Pale Violet Red. HEX triplet: F0, 6E and 9C. RGB value is (240,110,156). Sum of RGB (Red+Green+Blue) = 240+110+156=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 156 (61.33% from 255 or 30.83% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F06E9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06E9C is #0F9163. Grayscale: #9A9A9A. Windows color (decimal): -1020260 or 10252016. OLE color: 10252016.

HSL color Cylindrical-coordinate representation of color #F06E9C: hue angle of 338.77º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F06E9C is Cyan = 0, Magento = 0.54, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 110 156 -
CMYK 0 0.54 0.35 0.06
HSL 338.77º 0.81% 0.69% -
HSV(B) 338.77º 0.54% 0.94% -
XYZ 47.51 32.08 35.14 -
YUV 154.11 129.07 189.26 -
System Red Green Blue C M Y K H S L
Decimal 240 110 156 0 0.54 0.35 0.06 338.77 0.81 0.69
Hex F0 6E 9C 0 36 23 6 153 51 45
Octal 360 156 234 0 66 43 6 523 121 105
Binary 11110000 1101110 10011100 0 110110 100011 110 101010011 1010001 1000101

Color Harmonies of #F06E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06E9C

Black with #F06E9C

Text Example


Text Example

White with #F06E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06E9C; }

 p { color: rgb(240,110,156); }

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

background-color css

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

 a { background-color: rgb(240,110,156); }

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

border-color css

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

 span { border-color: rgb(240,110,156); }

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