Html Css Color HEX #F70184 Deep Pink

📋 copy color: '#F70184'

red 247 ◦ green 1 ◦ blue 132

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

Shades of Deep Pink #F70184

Tints of Deep Pink #F70184

RGB

 RED value IS 247 (96.88% from 255) = 65%

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

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

R = 65%
G = 0.26%
B = 34.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F70184 (or 0xF70184) is known color: Deep Pink. HEX triplet: F7, 01 and 84. RGB value is (247,1,132). Sum of RGB (Red+Green+Blue) = 247+1+132=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F70184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70184 is #08FE7B. Grayscale: #595959. Windows color (decimal): -589436 or 8651255. OLE color: 8651255.

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

Color convert

RGB 247 1 132 -
CMYK 0 1.00 0.47 0.03
HSL 328.05º 0.99% 0.49% -
HSV(B) 328.05º 1% 0.97% -
XYZ 42.53 21.46 23.73 -
YUV 89.49 152 240.35 -
System Red Green Blue C M Y K H S L
Decimal 247 1 132 0 1.00 0.47 0.03 328.05 0.99 0.49
Hex F7 1 84 0 64 2F 3 148 63 31
Octal 367 1 204 0 144 57 3 510 143 61
Binary 11110111 1 10000100 0 1100100 101111 11 101001000 1100011 110001

Color Harmonies of #F70184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70184

Black with #F70184

Text Example


Text Example

White with #F70184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70184; }

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

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

background-color css

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

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

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

border-color css

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

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

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