Html Css Color HEX #F829AC Persian Rose

📋 copy color: '#F829AC'

red 248 ◦ green 41 ◦ blue 172

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

Shades of Persian Rose #F829AC

Tints of Persian Rose #F829AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 53.8%
G = 8.89%
B = 37.31%

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

#F829AC (or 0xF829AC) is known color: Persian Rose. HEX triplet: F8, 29 and AC. RGB value is (248,41,172). Sum of RGB (Red+Green+Blue) = 248+41+172=461 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.80% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 248 - color contains mainly: red. Hex color #F829AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829AC is #07D653. Grayscale: #757575. Windows color (decimal): -513620 or 11282936. OLE color: 11282936.

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

Color convert

RGB 248 41 172 -
CMYK 0 0.83 0.31 0.03
HSL 322.03º 0.94% 0.57% -
HSV(B) 322.03º 0.83% 0.97% -
XYZ 46.95 24.52 41.29 -
YUV 117.83 158.58 220.85 -
System Red Green Blue C M Y K H S L
Decimal 248 41 172 0 0.83 0.31 0.03 322.03 0.94 0.57
Hex F8 29 AC 0 53 1F 3 142 5E 39
Octal 370 51 254 0 123 37 3 502 136 71
Binary 11111000 101001 10101100 0 1010011 11111 11 101000010 1011110 111001

Color Harmonies of #F829AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829AC

Black with #F829AC

Text Example


Text Example

White with #F829AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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