Html Css Color HEX #F06C9E Pale Violet Red

📋 copy color: '#F06C9E'

red 240 ◦ green 108 ◦ blue 158

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

Shades of Pale Violet Red #F06C9E

Tints of Pale Violet Red #F06C9E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.34%

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

R = 47.43%
G = 21.34%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#F06C9E (or 0xF06C9E) is known color: Pale Violet Red. HEX triplet: F0, 6C and 9E. RGB value is (240,108,158). Sum of RGB (Red+Green+Blue) = 240+108+158=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 108 (42.58% from 255 or 21.34% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C9E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C9E is #0F9361. Grayscale: #999999. Windows color (decimal): -1020770 or 10382576. OLE color: 10382576.

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

Color convert

RGB 240 108 158 -
CMYK 0 0.55 0.34 0.06
HSL 337.27º 0.81% 0.68% -
HSV(B) 337.27º 0.55% 0.94% -
XYZ 47.47 31.72 35.97 -
YUV 153.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 240 108 158 0 0.55 0.34 0.06 337.27 0.81 0.68
Hex F0 6C 9E 0 37 22 6 151 51 44
Octal 360 154 236 0 67 42 6 521 121 104
Binary 11110000 1101100 10011110 0 110111 100010 110 101010001 1010001 1000100

Color Harmonies of #F06C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C9E

Black with #F06C9E

Text Example


Text Example

White with #F06C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C9E; }

 p { color: rgb(240,108,158); }

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

background-color css

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

 a { background-color: rgb(240,108,158); }

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

border-color css

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

 span { border-color: rgb(240,108,158); }

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