Html Css Color HEX #F06C9D Pale Violet Red

📋 copy color: '#F06C9D'

red 240 ◦ green 108 ◦ blue 157

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

Shades of Pale Violet Red #F06C9D

Tints of Pale Violet Red #F06C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 31.09%

R = 47.52%
G = 21.39%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F06C9D (or 0xF06C9D) is known color: Pale Violet Red. HEX triplet: F0, 6C and 9D. RGB value is (240,108,157). Sum of RGB (Red+Green+Blue) = 240+108+157=505 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.52% from 505); Green value is 108 (42.58% from 255 or 21.39% from 505); Blue value is 157 (61.72% from 255 or 31.09% from 505); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C9D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C9D is #0F9362. Grayscale: #989898. Windows color (decimal): -1020771 or 10317040. OLE color: 10317040.

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

Color convert

RGB 240 108 157 -
CMYK 0 0.55 0.35 0.06
HSL 337.73º 0.81% 0.68% -
HSV(B) 337.73º 0.55% 0.94% -
XYZ 47.38 31.68 35.52 -
YUV 153.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 240 108 157 0 0.55 0.35 0.06 337.73 0.81 0.68
Hex F0 6C 9D 0 37 23 6 152 51 44
Octal 360 154 235 0 67 43 6 522 121 104
Binary 11110000 1101100 10011101 0 110111 100011 110 101010010 1010001 1000100

Color Harmonies of #F06C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C9D

Black with #F06C9D

Text Example


Text Example

White with #F06C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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