Html Css Color HEX #F831AB Persian Rose

📋 copy color: '#F831AB'

red 248 ◦ green 49 ◦ blue 171

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

Shades of Persian Rose #F831AB

Tints of Persian Rose #F831AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 52.99%
G = 10.47%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F831AB (or 0xF831AB) is known color: Persian Rose. HEX triplet: F8, 31 and AB. RGB value is (248,49,171). Sum of RGB (Red+Green+Blue) = 248+49+171=468 (61% of max value = 765). Red value is 248 (97.27% from 255 or 52.99% from 468); Green value is 49 (19.53% from 255 or 10.47% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 248 - color contains mainly: red. Hex color #F831AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F831AB is #07CE54. Grayscale: #7A7A7A. Windows color (decimal): -511573 or 11219448. OLE color: 11219448.

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

Color convert

RGB 248 49 171 -
CMYK 0 0.80 0.31 0.03
HSL 323.22º 0.93% 0.58% -
HSV(B) 323.22º 0.8% 0.97% -
XYZ 47.16 25.09 40.89 -
YUV 122.41 155.43 217.58 -
System Red Green Blue C M Y K H S L
Decimal 248 49 171 0 0.80 0.31 0.03 323.22 0.93 0.58
Hex F8 31 AB 0 50 1F 3 143 5D 3A
Octal 370 61 253 0 120 37 3 503 135 72
Binary 11111000 110001 10101011 0 1010000 11111 11 101000011 1011101 111010

Color Harmonies of #F831AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831AB

Black with #F831AB

Text Example


Text Example

White with #F831AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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