Html Css Color HEX #F929A6 Persian Rose

📋 copy color: '#F929A6'

red 249 ◦ green 41 ◦ blue 166

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

Shades of Persian Rose #F929A6

Tints of Persian Rose #F929A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 36.4%

R = 54.61%
G = 8.99%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F929A6 (or 0xF929A6) is known color: Persian Rose. HEX triplet: F9, 29 and A6. RGB value is (249,41,166). Sum of RGB (Red+Green+Blue) = 249+41+166=456 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.61% from 456); Green value is 41 (16.41% from 255 or 8.99% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 249 - color contains mainly: red. Hex color #F929A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F929A6 is #06D659. Grayscale: #757575. Windows color (decimal): -448090 or 10889721. OLE color: 10889721.

HSL color Cylindrical-coordinate representation of color #F929A6: hue angle of 323.94º 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 #F929A6 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 41 166 -
CMYK 0 0.84 0.33 0.02
HSL 323.94º 0.95% 0.57% -
HSV(B) 323.94º 0.84% 0.98% -
XYZ 46.74 24.48 38.34 -
YUV 117.44 155.41 221.84 -
System Red Green Blue C M Y K H S L
Decimal 249 41 166 0 0.84 0.33 0.02 323.94 0.95 0.57
Hex F9 29 A6 0 54 21 2 144 5F 39
Octal 371 51 246 0 124 41 2 504 137 71
Binary 11111001 101001 10100110 0 1010100 100001 10 101000100 1011111 111001

Color Harmonies of #F929A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F929A6

Black with #F929A6

Text Example


Text Example

White with #F929A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F929A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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