Html Css Color HEX #F00184 Deep Pink

📋 copy color: '#F00184'

red 240 ◦ green 1 ◦ blue 132

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

Shades of Deep Pink #F00184

Tints of Deep Pink #F00184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

 BLUE value IS 132 (51.95% from 255) = 35.39%

R = 64.34%
G = 0.27%
B = 35.39%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#F00184 (or 0xF00184) is known color: Deep Pink. HEX triplet: F0, 01 and 84. RGB value is (240,1,132). Sum of RGB (Red+Green+Blue) = 240+1+132=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 1 (0.78% from 255 or 0.27% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F00184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00184 is #0FFE7B. Grayscale: #575757. Windows color (decimal): -1048188 or 8651248. OLE color: 8651248.

HSL color Cylindrical-coordinate representation of color #F00184: hue angle of 327.11º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00184 is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 1 132 -
CMYK 0 1.00 0.45 0.06
HSL 327.11º 0.99% 0.47% -
HSV(B) 327.11º 1% 0.94% -
XYZ 40.11 20.21 23.62 -
YUV 87.4 153.18 236.85 -
System Red Green Blue C M Y K H S L
Decimal 240 1 132 0 1.00 0.45 0.06 327.11 0.99 0.47
Hex F0 1 84 0 64 2D 6 147 63 2F
Octal 360 1 204 0 144 55 6 507 143 57
Binary 11110000 1 10000100 0 1100100 101101 110 101000111 1100011 101111

Color Harmonies of #F00184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00184

Black with #F00184

Text Example


Text Example

White with #F00184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00184; }

 p { color: rgb(240,1,132); }

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

background-color css

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

 a { background-color: rgb(240,1,132); }

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

border-color css

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

 span { border-color: rgb(240,1,132); }

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