Html Css Color HEX #F71094 Deep Pink

📋 copy color: '#F71094'

red 247 ◦ green 16 ◦ blue 148

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

Shades of Deep Pink #F71094

Tints of Deep Pink #F71094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

 BLUE value IS 148 (58.2% from 255) = 36.01%

R = 60.1%
G = 3.89%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F71094 (or 0xF71094) is known color: Deep Pink. HEX triplet: F7, 10 and 94. RGB value is (247,16,148). Sum of RGB (Red+Green+Blue) = 247+16+148=411 (54% of max value = 765). Red value is 247 (96.88% from 255 or 60.10% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 148 (58.20% from 255 or 36.01% from 411); Max value from RGB is 247 - color contains mainly: red. Hex color #F71094 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F71094 is #08EF6B. Grayscale: #636363. Windows color (decimal): -585580 or 9703671. OLE color: 9703671.

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

Color convert

RGB 247 16 148 -
CMYK 0 0.94 0.40 0.03
HSL 325.71º 0.94% 0.52% -
HSV(B) 325.71º 0.94% 0.97% -
XYZ 43.89 22.28 30 -
YUV 100.12 155.03 232.77 -
System Red Green Blue C M Y K H S L
Decimal 247 16 148 0 0.94 0.40 0.03 325.71 0.94 0.52
Hex F7 10 94 0 5E 28 3 146 5E 34
Octal 367 20 224 0 136 50 3 506 136 64
Binary 11110111 10000 10010100 0 1011110 101000 11 101000110 1011110 110100

Color Harmonies of #F71094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F71094

Black with #F71094

Text Example


Text Example

White with #F71094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F71094; }

 p { color: rgb(247,16,148); }

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

background-color css

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

 a { background-color: rgb(247,16,148); }

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

border-color css

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

 span { border-color: rgb(247,16,148); }

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