Html Css Color HEX #F06C9A Pale Violet Red

📋 copy color: '#F06C9A'

red 240 ◦ green 108 ◦ blue 154

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

Shades of Pale Violet Red #F06C9A

Tints of Pale Violet Red #F06C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.68%

R = 47.81%
G = 21.51%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F06C9A (or 0xF06C9A) is known color: Pale Violet Red. HEX triplet: F0, 6C and 9A. RGB value is (240,108,154). Sum of RGB (Red+Green+Blue) = 240+108+154=502 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.81% from 502); Green value is 108 (42.58% from 255 or 21.51% from 502); Blue value is 154 (60.55% from 255 or 30.68% from 502); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C9A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C9A is #0F9365. Grayscale: #989898. Windows color (decimal): -1020774 or 10120432. OLE color: 10120432.

HSL color Cylindrical-coordinate representation of color #F06C9A: hue angle of 339.09º 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 #F06C9A is Cyan = 0, Magento = 0.55, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 108 154 -
CMYK 0 0.55 0.36 0.06
HSL 339.09º 0.81% 0.68% -
HSV(B) 339.09º 0.55% 0.94% -
XYZ 47.13 31.58 34.18 -
YUV 152.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 240 108 154 0 0.55 0.36 0.06 339.09 0.81 0.68
Hex F0 6C 9A 0 37 24 6 153 51 44
Octal 360 154 232 0 67 44 6 523 121 104
Binary 11110000 1101100 10011010 0 110111 100100 110 101010011 1010001 1000100

Color Harmonies of #F06C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C9A

Black with #F06C9A

Text Example


Text Example

White with #F06C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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