Html Css Color HEX #F0648F Deep Blush

📋 copy color: '#F0648F'

red 240 ◦ green 100 ◦ blue 143

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

Shades of Deep Blush #F0648F

Tints of Deep Blush #F0648F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.7%

 BLUE value IS 143 (56.25% from 255) = 29.61%

R = 49.69%
G = 20.7%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0648F (or 0xF0648F) is known color: Deep Blush. HEX triplet: F0, 64 and 8F. RGB value is (240,100,143). Sum of RGB (Red+Green+Blue) = 240+100+143=483 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.69% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 240 - color contains mainly: red. Hex color #F0648F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0648F is #0F9B70. Grayscale: #929292. Windows color (decimal): -1022833 or 9397488. OLE color: 9397488.

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

Color convert

RGB 240 100 143 -
CMYK 0 0.58 0.40 0.06
HSL 341.57º 0.82% 0.67% -
HSV(B) 341.57º 0.58% 0.94% -
XYZ 45.45 29.62 29.31 -
YUV 146.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 240 100 143 0 0.58 0.40 0.06 341.57 0.82 0.67
Hex F0 64 8F 0 3A 28 6 156 52 43
Octal 360 144 217 0 72 50 6 526 122 103
Binary 11110000 1100100 10001111 0 111010 101000 110 101010110 1010010 1000011

Color Harmonies of #F0648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0648F

Black with #F0648F

Text Example


Text Example

White with #F0648F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0648F; }

 p { color: rgb(240,100,143); }

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

background-color css

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

 a { background-color: rgb(240,100,143); }

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

border-color css

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

 span { border-color: rgb(240,100,143); }

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