Html Css Color HEX #F81297 Deep Pink

📋 copy color: '#F81297'

red 248 ◦ green 18 ◦ blue 151

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

Shades of Deep Pink #F81297

Tints of Deep Pink #F81297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.32%

 BLUE value IS 151 (59.38% from 255) = 36.21%

R = 59.47%
G = 4.32%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#F81297 (or 0xF81297) is known color: Deep Pink. HEX triplet: F8, 12 and 97. RGB value is (248,18,151). Sum of RGB (Red+Green+Blue) = 248+18+151=417 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.47% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 248 - color contains mainly: red. Hex color #F81297 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F81297 is #07ED68. Grayscale: #656565. Windows color (decimal): -519529 or 9900792. OLE color: 9900792.

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

Color convert

RGB 248 18 151 -
CMYK 0 0.93 0.39 0.03
HSL 325.3º 0.94% 0.52% -
HSV(B) 325.3º 0.93% 0.97% -
XYZ 44.51 22.62 31.3 -
YUV 101.93 155.7 232.19 -
System Red Green Blue C M Y K H S L
Decimal 248 18 151 0 0.93 0.39 0.03 325.3 0.94 0.52
Hex F8 12 97 0 5D 27 3 145 5E 34
Octal 370 22 227 0 135 47 3 505 136 64
Binary 11111000 10010 10010111 0 1011101 100111 11 101000101 1011110 110100

Color Harmonies of #F81297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F81297

Black with #F81297

Text Example


Text Example

White with #F81297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F81297; }

 p { color: rgb(248,18,151); }

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

background-color css

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

 a { background-color: rgb(248,18,151); }

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

border-color css

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

 span { border-color: rgb(248,18,151); }

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