Html Css Color HEX #F832AD Persian Rose

📋 copy color: '#F832AD'

red 248 ◦ green 50 ◦ blue 173

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

Shades of Persian Rose #F832AD

Tints of Persian Rose #F832AD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.62%

 BLUE value IS 173 (67.97% from 255) = 36.73%

R = 52.65%
G = 10.62%
B = 36.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F832AD (or 0xF832AD) is known color: Persian Rose. HEX triplet: F8, 32 and AD. RGB value is (248,50,173). Sum of RGB (Red+Green+Blue) = 248+50+173=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 50 (19.92% from 255 or 10.62% from 471); Blue value is 173 (67.97% from 255 or 36.73% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F832AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F832AD is #07CD52. Grayscale: #7A7A7A. Windows color (decimal): -511315 or 11350776. OLE color: 11350776.

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

Color convert

RGB 248 50 173 -
CMYK 0 0.80 0.30 0.03
HSL 322.73º 0.93% 0.58% -
HSV(B) 322.73º 0.8% 0.97% -
XYZ 47.39 25.25 41.91 -
YUV 123.22 156.1 217 -
System Red Green Blue C M Y K H S L
Decimal 248 50 173 0 0.80 0.30 0.03 322.73 0.93 0.58
Hex F8 32 AD 0 50 1E 3 143 5D 3A
Octal 370 62 255 0 120 36 3 503 135 72
Binary 11111000 110010 10101101 0 1010000 11110 11 101000011 1011101 111010

Color Harmonies of #F832AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F832AD

Black with #F832AD

Text Example


Text Example

White with #F832AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F832AD; }

 p { color: rgb(248,50,173); }

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

background-color css

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

 a { background-color: rgb(248,50,173); }

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

border-color css

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

 span { border-color: rgb(248,50,173); }

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