Html Css Color HEX #F831B5 Persian Rose

📋 copy color: '#F831B5'

red 248 ◦ green 49 ◦ blue 181

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

Shades of Persian Rose #F831B5

Tints of Persian Rose #F831B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.87%

R = 51.88%
G = 10.25%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.03

RGB Variations

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

Color information

#F831B5 (or 0xF831B5) is known color: Persian Rose. HEX triplet: F8, 31 and B5. RGB value is (248,49,181). Sum of RGB (Red+Green+Blue) = 248+49+181=478 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.88% from 478); Green value is 49 (19.53% from 255 or 10.25% from 478); Blue value is 181 (71.09% from 255 or 37.87% from 478); Max value from RGB is 248 - color contains mainly: red. Hex color #F831B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F831B5 is #07CE4A. Grayscale: #7B7B7B. Windows color (decimal): -511563 or 11874808. OLE color: 11874808.

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

Color convert

RGB 248 49 181 -
CMYK 0 0.80 0.27 0.03
HSL 320.2º 0.93% 0.58% -
HSV(B) 320.2º 0.8% 0.97% -
XYZ 48.15 25.49 46.1 -
YUV 123.55 160.43 216.77 -
System Red Green Blue C M Y K H S L
Decimal 248 49 181 0 0.80 0.27 0.03 320.2 0.93 0.58
Hex F8 31 B5 0 50 1B 3 140 5D 3A
Octal 370 61 265 0 120 33 3 500 135 72
Binary 11111000 110001 10110101 0 1010000 11011 11 101000000 1011101 111010

Color Harmonies of #F831B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F831B5

Black with #F831B5

Text Example


Text Example

White with #F831B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F831B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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