Html Css Color HEX #F829AB Persian Rose

📋 copy color: '#F829AB'

red 248 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #F829AB

Tints of Persian Rose #F829AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 53.91%
G = 8.91%
B = 37.17%

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

#F829AB (or 0xF829AB) is known color: Persian Rose. HEX triplet: F8, 29 and AB. RGB value is (248,41,171). Sum of RGB (Red+Green+Blue) = 248+41+171=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F829AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F829AB is #07D654. Grayscale: #757575. Windows color (decimal): -513621 or 11217400. OLE color: 11217400.

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

Color convert

RGB 248 41 171 -
CMYK 0 0.83 0.31 0.03
HSL 322.32º 0.94% 0.57% -
HSV(B) 322.32º 0.83% 0.97% -
XYZ 46.86 24.48 40.78 -
YUV 117.71 158.08 220.93 -
System Red Green Blue C M Y K H S L
Decimal 248 41 171 0 0.83 0.31 0.03 322.32 0.94 0.57
Hex F8 29 AB 0 53 1F 3 142 5E 39
Octal 370 51 253 0 123 37 3 502 136 71
Binary 11111000 101001 10101011 0 1010011 11111 11 101000010 1011110 111001

Color Harmonies of #F829AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F829AB

Black with #F829AB

Text Example


Text Example

White with #F829AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F829AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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