Html Css Color HEX #F829AA Persian Rose

📋 copy color: '#F829AA'

red 248 ◦ green 41 ◦ blue 170

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

Shades of Persian Rose #F829AA

Tints of Persian Rose #F829AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.04%

R = 54.03%
G = 8.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#F829AA (or 0xF829AA) is known color: Persian Rose. HEX triplet: F8, 29 and AA. RGB value is (248,41,170). Sum of RGB (Red+Green+Blue) = 248+41+170=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 41 (16.41% from 255 or 8.93% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F829AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829AA is #07D655. Grayscale: #757575. Windows color (decimal): -513622 or 11151864. OLE color: 11151864.

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

Color convert

RGB 248 41 170 -
CMYK 0 0.83 0.31 0.03
HSL 322.61º 0.94% 0.57% -
HSV(B) 322.61º 0.83% 0.97% -
XYZ 46.76 24.44 40.28 -
YUV 117.6 157.58 221.01 -
System Red Green Blue C M Y K H S L
Decimal 248 41 170 0 0.83 0.31 0.03 322.61 0.94 0.57
Hex F8 29 AA 0 53 1F 3 143 5E 39
Octal 370 51 252 0 123 37 3 503 136 71
Binary 11111000 101001 10101010 0 1010011 11111 11 101000011 1011110 111001

Color Harmonies of #F829AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829AA

Black with #F829AA

Text Example


Text Example

White with #F829AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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