Html Css Color HEX #F829AD Persian Rose

📋 copy color: '#F829AD'

red 248 ◦ green 41 ◦ blue 173

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

Shades of Persian Rose #F829AD

Tints of Persian Rose #F829AD

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.87%

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

R = 53.68%
G = 8.87%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#F829AD (or 0xF829AD) is known color: Persian Rose. HEX triplet: F8, 29 and AD. RGB value is (248,41,173). Sum of RGB (Red+Green+Blue) = 248+41+173=462 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.68% from 462); Green value is 41 (16.41% from 255 or 8.87% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 248 - color contains mainly: red. Hex color #F829AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829AD is #07D652. Grayscale: #757575. Windows color (decimal): -513619 or 11348472. OLE color: 11348472.

HSL color Cylindrical-coordinate representation of color #F829AD: hue angle of 321.74º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F829AD is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 41 173 -
CMYK 0 0.83 0.30 0.03
HSL 321.74º 0.94% 0.57% -
HSV(B) 321.74º 0.83% 0.97% -
XYZ 47.05 24.56 41.8 -
YUV 117.94 159.08 220.77 -
System Red Green Blue C M Y K H S L
Decimal 248 41 173 0 0.83 0.30 0.03 321.74 0.94 0.57
Hex F8 29 AD 0 53 1E 3 142 5E 39
Octal 370 51 255 0 123 36 3 502 136 71
Binary 11111000 101001 10101101 0 1010011 11110 11 101000010 1011110 111001

Color Harmonies of #F829AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829AD

Black with #F829AD

Text Example


Text Example

White with #F829AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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