Html Css Color HEX #F0618F Deep Blush

📋 copy color: '#F0618F'

red 240 ◦ green 97 ◦ blue 143

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

Shades of Deep Blush #F0618F

Tints of Deep Blush #F0618F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.21%

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

R = 50%
G = 20.21%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0618F (or 0xF0618F) is known color: Deep Blush. HEX triplet: F0, 61 and 8F. RGB value is (240,97,143). Sum of RGB (Red+Green+Blue) = 240+97+143=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0618F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F0618F is #0F9E70. Grayscale: #909090. Windows color (decimal): -1023601 or 9396720. OLE color: 9396720.

HSL color Cylindrical-coordinate representation of color #F0618F: hue angle of 340.7º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0618F is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 97 143 -
CMYK 0 0.60 0.40 0.06
HSL 340.7º 0.83% 0.66% -
HSV(B) 340.7º 0.6% 0.94% -
XYZ 45.17 29.06 29.21 -
YUV 145 126.88 195.76 -
System Red Green Blue C M Y K H S L
Decimal 240 97 143 0 0.60 0.40 0.06 340.7 0.83 0.66
Hex F0 61 8F 0 3C 28 6 155 53 42
Octal 360 141 217 0 74 50 6 525 123 102
Binary 11110000 1100001 10001111 0 111100 101000 110 101010101 1010011 1000010

Color Harmonies of #F0618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0618F

Black with #F0618F

Text Example


Text Example

White with #F0618F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0618F; }

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

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

background-color css

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

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

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

border-color css

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

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

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