Html Css Color HEX #F831A6 Persian Rose

📋 copy color: '#F831A6'

red 248 ◦ green 49 ◦ blue 166

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

Shades of Persian Rose #F831A6

Tints of Persian Rose #F831A6

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.58%

 BLUE value IS 166 (65.23% from 255) = 35.85%

R = 53.56%
G = 10.58%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F831A6 (or 0xF831A6) is known color: Persian Rose. HEX triplet: F8, 31 and A6. RGB value is (248,49,166). Sum of RGB (Red+Green+Blue) = 248+49+166=463 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.56% from 463); Green value is 49 (19.53% from 255 or 10.58% from 463); Blue value is 166 (65.23% from 255 or 35.85% from 463); Max value from RGB is 248 - color contains mainly: red. Hex color #F831A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831A6 is #07CE59. Grayscale: #797979. Windows color (decimal): -511578 or 10891768. OLE color: 10891768.

HSL color Cylindrical-coordinate representation of color #F831A6: hue angle of 324.72º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F831A6 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 166 -
CMYK 0 0.80 0.33 0.03
HSL 324.72º 0.93% 0.58% -
HSV(B) 324.72º 0.8% 0.97% -
XYZ 46.69 24.91 38.42 -
YUV 121.84 152.93 217.99 -
System Red Green Blue C M Y K H S L
Decimal 248 49 166 0 0.80 0.33 0.03 324.72 0.93 0.58
Hex F8 31 A6 0 50 21 3 145 5D 3A
Octal 370 61 246 0 120 41 3 505 135 72
Binary 11111000 110001 10100110 0 1010000 100001 11 101000101 1011101 111010

Color Harmonies of #F831A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831A6

Black with #F831A6

Text Example


Text Example

White with #F831A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831A6; }

 p { color: rgb(248,49,166); }

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

background-color css

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

 a { background-color: rgb(248,49,166); }

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

border-color css

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

 span { border-color: rgb(248,49,166); }

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