Html Css Color HEX #F831A3 Persian Rose

📋 copy color: '#F831A3'

red 248 ◦ green 49 ◦ blue 163

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

Shades of Persian Rose #F831A3

Tints of Persian Rose #F831A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.43%

R = 53.91%
G = 10.65%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F831A3 (or 0xF831A3) is known color: Persian Rose. HEX triplet: F8, 31 and A3. RGB value is (248,49,163). Sum of RGB (Red+Green+Blue) = 248+49+163=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 49 (19.53% from 255 or 10.65% from 460); Blue value is 163 (64.06% from 255 or 35.43% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F831A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831A3 is #07CE5C. Grayscale: #797979. Windows color (decimal): -511581 or 10695160. OLE color: 10695160.

HSL color Cylindrical-coordinate representation of color #F831A3: hue angle of 325.63º 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 #F831A3 is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 49 163 -
CMYK 0 0.80 0.34 0.03
HSL 325.63º 0.93% 0.58% -
HSV(B) 325.63º 0.8% 0.97% -
XYZ 46.42 24.8 36.99 -
YUV 121.5 151.43 218.23 -
System Red Green Blue C M Y K H S L
Decimal 248 49 163 0 0.80 0.34 0.03 325.63 0.93 0.58
Hex F8 31 A3 0 50 22 3 146 5D 3A
Octal 370 61 243 0 120 42 3 506 135 72
Binary 11111000 110001 10100011 0 1010000 100010 11 101000110 1011101 111010

Color Harmonies of #F831A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831A3

Black with #F831A3

Text Example


Text Example

White with #F831A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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