Html Css Color HEX #F06C9F Pale Violet Red

📋 copy color: '#F06C9F'

red 240 ◦ green 108 ◦ blue 159

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

Shades of Pale Violet Red #F06C9F

Tints of Pale Violet Red #F06C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.36%

R = 47.34%
G = 21.3%
B = 31.36%

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

#F06C9F (or 0xF06C9F) is known color: Pale Violet Red. HEX triplet: F0, 6C and 9F. RGB value is (240,108,159). Sum of RGB (Red+Green+Blue) = 240+108+159=507 (67% of max value = 765). Red value is 240 (94.14% from 255 or 47.34% from 507); Green value is 108 (42.58% from 255 or 21.30% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C9F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C9F is #0F9360. Grayscale: #999999. Windows color (decimal): -1020769 or 10448112. OLE color: 10448112.

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

Color convert

RGB 240 108 159 -
CMYK 0 0.55 0.34 0.06
HSL 336.82º 0.81% 0.68% -
HSV(B) 336.82º 0.55% 0.94% -
XYZ 47.56 31.75 36.42 -
YUV 153.28 131.23 189.85 -
System Red Green Blue C M Y K H S L
Decimal 240 108 159 0 0.55 0.34 0.06 336.82 0.81 0.68
Hex F0 6C 9F 0 37 22 6 151 51 44
Octal 360 154 237 0 67 42 6 521 121 104
Binary 11110000 1101100 10011111 0 110111 100010 110 101010001 1010001 1000100

Color Harmonies of #F06C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C9F

Black with #F06C9F

Text Example


Text Example

White with #F06C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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