Html Css Color HEX #F06C82 Deep Blush

📋 copy color: '#F06C82'

red 240 ◦ green 108 ◦ blue 130

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

Shades of Deep Blush #F06C82

Tints of Deep Blush #F06C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 50.21%
G = 22.59%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#F06C82 (or 0xF06C82) is known color: Deep Blush. HEX triplet: F0, 6C and 82. RGB value is (240,108,130). Sum of RGB (Red+Green+Blue) = 240+108+130=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F06C82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F06C82 is #0F937D. Grayscale: #969696. Windows color (decimal): -1020798 or 8547568. OLE color: 8547568.

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

Color convert

RGB 240 108 130 -
CMYK 0 0.55 0.46 0.06
HSL 350º 0.81% 0.68% -
HSV(B) 350º 0.55% 0.94% -
XYZ 45.33 30.86 24.69 -
YUV 149.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 240 108 130 0 0.55 0.46 0.06 350 0.81 0.68
Hex F0 6C 82 0 37 2E 6 15E 51 44
Octal 360 154 202 0 67 56 6 536 121 104
Binary 11110000 1101100 10000010 0 110111 101110 110 101011110 1010001 1000100

Color Harmonies of #F06C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06C82

Black with #F06C82

Text Example


Text Example

White with #F06C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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