Html Css Color HEX #F8097F Deep Pink

📋 copy color: '#F8097F'

red 248 ◦ green 9 ◦ blue 127

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

Shades of Deep Pink #F8097F

Tints of Deep Pink #F8097F

RGB

 RED value IS 248 (97.27% from 255) = 64.58%

 GREEN value IS 9 (3.91% from 255) = 2.34%

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

R = 64.58%
G = 2.34%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F8097F (or 0xF8097F) is known color: Deep Pink. HEX triplet: F8, 09 and 7F. RGB value is (248,9,127). Sum of RGB (Red+Green+Blue) = 248+9+127=384 (50% of max value = 765). Red value is 248 (97.27% from 255 or 64.58% from 384); Green value is 9 (3.91% from 255 or 2.34% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 248 - color contains mainly: red. Hex color #F8097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8097F is #07F680. Grayscale: #5D5D5D. Windows color (decimal): -521857 or 8325624. OLE color: 8325624.

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

Color convert

RGB 248 9 127 -
CMYK 0 0.96 0.49 0.03
HSL 330.38º 0.94% 0.5% -
HSV(B) 330.38º 0.96% 0.97% -
XYZ 42.64 21.68 22.02 -
YUV 93.91 146.68 237.91 -
System Red Green Blue C M Y K H S L
Decimal 248 9 127 0 0.96 0.49 0.03 330.38 0.94 0.5
Hex F8 9 7F 0 60 31 3 14A 5E 32
Octal 370 11 177 0 140 61 3 512 136 62
Binary 11111000 1001 1111111 0 1100000 110001 11 101001010 1011110 110010

Color Harmonies of #F8097F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8097F

Black with #F8097F

Text Example


Text Example

White with #F8097F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8097F; }

 p { color: rgb(248,9,127); }

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

background-color css

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

 a { background-color: rgb(248,9,127); }

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

border-color css

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

 span { border-color: rgb(248,9,127); }

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