Html Css Color HEX #F0187F Deep Pink

📋 copy color: '#F0187F'

red 240 ◦ green 24 ◦ blue 127

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

Shades of Deep Pink #F0187F

Tints of Deep Pink #F0187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.48%

R = 61.38%
G = 6.14%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#F0187F (or 0xF0187F) is known color: Deep Pink. HEX triplet: F0, 18 and 7F. RGB value is (240,24,127). Sum of RGB (Red+Green+Blue) = 240+24+127=391 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.38% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 240 - color contains mainly: red. Hex color #F0187F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0187F is #0FE780. Grayscale: #646464. Windows color (decimal): -1042305 or 8329456. OLE color: 8329456.

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

Color convert

RGB 240 24 127 -
CMYK 0 0.9 0.47 0.06
HSL 331.39º 0.88% 0.52% -
HSV(B) 331.39º 0.9% 0.94% -
XYZ 40.09 20.71 21.96 -
YUV 100.33 143.06 227.62 -
System Red Green Blue C M Y K H S L
Decimal 240 24 127 0 0.9 0.47 0.06 331.39 0.88 0.52
Hex F0 18 7F 0 5A 2F 6 14B 58 34
Octal 360 30 177 0 132 57 6 513 130 64
Binary 11110000 11000 1111111 0 1011010 101111 110 101001011 1011000 110100

Color Harmonies of #F0187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0187F

Black with #F0187F

Text Example


Text Example

White with #F0187F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0187F; }

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

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

background-color css

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

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

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

border-color css

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

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

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