Html Css Color HEX #F0648D Deep Blush

📋 copy color: '#F0648D'

red 240 ◦ green 100 ◦ blue 141

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

Shades of Deep Blush #F0648D

Tints of Deep Blush #F0648D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.31%

R = 49.9%
G = 20.79%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#F0648D (or 0xF0648D) is known color: Deep Blush. HEX triplet: F0, 64 and 8D. RGB value is (240,100,141). Sum of RGB (Red+Green+Blue) = 240+100+141=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0648D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0648D is #0F9B72. Grayscale: #929292. Windows color (decimal): -1022835 or 9266416. OLE color: 9266416.

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

Color convert

RGB 240 100 141 -
CMYK 0 0.58 0.41 0.06
HSL 342.43º 0.82% 0.67% -
HSV(B) 342.43º 0.58% 0.94% -
XYZ 45.3 29.56 28.52 -
YUV 146.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 240 100 141 0 0.58 0.41 0.06 342.43 0.82 0.67
Hex F0 64 8D 0 3A 29 6 156 52 43
Octal 360 144 215 0 72 51 6 526 122 103
Binary 11110000 1100100 10001101 0 111010 101001 110 101010110 1010010 1000011

Color Harmonies of #F0648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0648D

Black with #F0648D

Text Example


Text Example

White with #F0648D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0648D; }

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

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

background-color css

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

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

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

border-color css

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

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

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