Html Css Color HEX #F0668C Deep Blush

📋 copy color: '#F0668C'

red 240 ◦ green 102 ◦ blue 140

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

Shades of Deep Blush #F0668C

Tints of Deep Blush #F0668C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 49.79%
G = 21.16%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#F0668C (or 0xF0668C) is known color: Deep Blush. HEX triplet: F0, 66 and 8C. RGB value is (240,102,140). Sum of RGB (Red+Green+Blue) = 240+102+140=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F0668C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0668C is #0F9973. Grayscale: #939393. Windows color (decimal): -1022324 or 9201392. OLE color: 9201392.

HSL color Cylindrical-coordinate representation of color #F0668C: hue angle of 343.48º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F0668C is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 102 140 -
CMYK 0 0.58 0.42 0.06
HSL 343.48º 0.82% 0.67% -
HSV(B) 343.48º 0.58% 0.94% -
XYZ 45.42 29.92 28.19 -
YUV 147.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 240 102 140 0 0.58 0.42 0.06 343.48 0.82 0.67
Hex F0 66 8C 0 3A 2A 6 157 52 43
Octal 360 146 214 0 72 52 6 527 122 103
Binary 11110000 1100110 10001100 0 111010 101010 110 101010111 1010010 1000011

Color Harmonies of #F0668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0668C

Black with #F0668C

Text Example


Text Example

White with #F0668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0668C; }

 p { color: rgb(240,102,140); }

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

background-color css

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

 a { background-color: rgb(240,102,140); }

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

border-color css

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

 span { border-color: rgb(240,102,140); }

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