Html Css Color HEX #F827AF Spicy Pink

📋 copy color: '#F827AF'

red 248 ◦ green 39 ◦ blue 175

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

Shades of Spicy Pink #F827AF

Tints of Spicy Pink #F827AF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.44%

 BLUE value IS 175 (68.75% from 255) = 37.88%

R = 53.68%
G = 8.44%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#F827AF (or 0xF827AF) is known color: Spicy Pink. HEX triplet: F8, 27 and AF. RGB value is (248,39,175). Sum of RGB (Red+Green+Blue) = 248+39+175=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 39 (15.62% from 255 or 8.44% from 462); Blue value is 175 (68.75% from 255 or 37.88% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F827AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F827AF is #07D850. Grayscale: #747474. Windows color (decimal): -514129 or 11479032. OLE color: 11479032.

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

Color convert

RGB 248 39 175 -
CMYK 0 0.84 0.29 0.03
HSL 320.96º 0.94% 0.56% -
HSV(B) 320.96º 0.84% 0.97% -
XYZ 47.17 24.5 42.8 -
YUV 117 160.74 221.44 -
System Red Green Blue C M Y K H S L
Decimal 248 39 175 0 0.84 0.29 0.03 320.96 0.94 0.56
Hex F8 27 AF 0 54 1D 3 141 5E 38
Octal 370 47 257 0 124 35 3 501 136 70
Binary 11111000 100111 10101111 0 1010100 11101 11 101000001 1011110 111000

Color Harmonies of #F827AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F827AF

Black with #F827AF

Text Example


Text Example

White with #F827AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F827AF; }

 p { color: rgb(248,39,175); }

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

background-color css

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

 a { background-color: rgb(248,39,175); }

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

border-color css

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

 span { border-color: rgb(248,39,175); }

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