Html Css Color HEX #F929AB Persian Rose

📋 copy color: '#F929AB'

red 249 ◦ green 41 ◦ blue 171

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

Shades of Persian Rose #F929AB

Tints of Persian Rose #F929AB

RGB

 RED value IS 249 (97.66% from 255) = 54.01%

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

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

R = 54.01%
G = 8.89%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F929AB (or 0xF929AB) is known color: Persian Rose. HEX triplet: F9, 29 and AB. RGB value is (249,41,171). Sum of RGB (Red+Green+Blue) = 249+41+171=461 (61% of max value = 765). Red value is 249 (97.66% from 255 or 54.01% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 249 - color contains mainly: red. Hex color #F929AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F929AB is #06D654. Grayscale: #757575. Windows color (decimal): -448085 or 11217401. OLE color: 11217401.

HSL color Cylindrical-coordinate representation of color #F929AB: hue angle of 322.5º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F929AB is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 171 -
CMYK 0 0.84 0.31 0.02
HSL 322.5º 0.95% 0.57% -
HSV(B) 322.5º 0.84% 0.98% -
XYZ 47.21 24.67 40.8 -
YUV 118.01 157.91 221.43 -
System Red Green Blue C M Y K H S L
Decimal 249 41 171 0 0.84 0.31 0.02 322.5 0.95 0.57
Hex F9 29 AB 0 54 1F 2 142 5F 39
Octal 371 51 253 0 124 37 2 502 137 71
Binary 11111001 101001 10101011 0 1010100 11111 10 101000010 1011111 111001

Color Harmonies of #F929AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929AB

Black with #F929AB

Text Example


Text Example

White with #F929AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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