Html Css Color HEX #F06AA0 Pale Violet Red

📋 copy color: '#F06AA0'

red 240 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #F06AA0

Tints of Pale Violet Red #F06AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 20.95%

 BLUE value IS 160 (62.89% from 255) = 31.62%

R = 47.43%
G = 20.95%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F06AA0 (or 0xF06AA0) is known color: Pale Violet Red. HEX triplet: F0, 6A and A0. RGB value is (240,106,160). Sum of RGB (Red+Green+Blue) = 240+106+160=506 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.43% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 160 (62.89% from 255 or 31.62% from 506); Max value from RGB is 240 - color contains mainly: red. Hex color #F06AA0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06AA0 is #0F955F. Grayscale: #989898. Windows color (decimal): -1021280 or 10513136. OLE color: 10513136.

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

Color convert

RGB 240 106 160 -
CMYK 0 0.56 0.33 0.06
HSL 335.82º 0.82% 0.68% -
HSV(B) 335.82º 0.56% 0.94% -
XYZ 47.43 31.37 36.81 -
YUV 152.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 240 106 160 0 0.56 0.33 0.06 335.82 0.82 0.68
Hex F0 6A A0 0 38 21 6 150 52 44
Octal 360 152 240 0 70 41 6 520 122 104
Binary 11110000 1101010 10100000 0 111000 100001 110 101010000 1010010 1000100

Color Harmonies of #F06AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06AA0

Black with #F06AA0

Text Example


Text Example

White with #F06AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06AA0; }

 p { color: rgb(240,106,160); }

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

background-color css

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

 a { background-color: rgb(240,106,160); }

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

border-color css

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

 span { border-color: rgb(240,106,160); }

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