Html Css Color HEX #F0188F Deep Pink

📋 copy color: '#F0188F'

red 240 ◦ green 24 ◦ blue 143

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

Shades of Deep Pink #F0188F

Tints of Deep Pink #F0188F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.9%

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

R = 58.97%
G = 5.9%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#F0188F (or 0xF0188F) is known color: Deep Pink. HEX triplet: F0, 18 and 8F. RGB value is (240,24,143). Sum of RGB (Red+Green+Blue) = 240+24+143=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 24 (9.77% from 255 or 5.90% from 407); Blue value is 143 (56.25% from 255 or 35.14% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F0188F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0188F is #0FE770. Grayscale: #656565. Windows color (decimal): -1042289 or 9378032. OLE color: 9378032.

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

Color convert

RGB 240 24 143 -
CMYK 0 0.9 0.40 0.06
HSL 326.94º 0.88% 0.52% -
HSV(B) 326.94º 0.9% 0.94% -
XYZ 41.22 21.16 27.9 -
YUV 102.15 151.06 226.32 -
System Red Green Blue C M Y K H S L
Decimal 240 24 143 0 0.9 0.40 0.06 326.94 0.88 0.52
Hex F0 18 8F 0 5A 28 6 147 58 34
Octal 360 30 217 0 132 50 6 507 130 64
Binary 11110000 11000 10001111 0 1011010 101000 110 101000111 1011000 110100

Color Harmonies of #F0188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0188F

Black with #F0188F

Text Example


Text Example

White with #F0188F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0188F; }

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

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

background-color css

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

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

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

border-color css

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

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

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