Html Css Color HEX #F92FA6 Persian Rose

📋 copy color: '#F92FA6'

red 249 ◦ green 47 ◦ blue 166

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

Shades of Persian Rose #F92FA6

Tints of Persian Rose #F92FA6

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.17%

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

R = 53.9%
G = 10.17%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F92FA6 (or 0xF92FA6) is known color: Persian Rose. HEX triplet: F9, 2F and A6. RGB value is (249,47,166). Sum of RGB (Red+Green+Blue) = 249+47+166=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 47 (18.75% from 255 or 10.17% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FA6 is #06D059. Grayscale: #787878. Windows color (decimal): -446554 or 10891257. OLE color: 10891257.

HSL color Cylindrical-coordinate representation of color #F92FA6: hue angle of 324.65º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F92FA6 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 47 166 -
CMYK 0 0.81 0.33 0.02
HSL 324.65º 0.94% 0.58% -
HSV(B) 324.65º 0.81% 0.98% -
XYZ 46.97 24.93 38.41 -
YUV 120.96 153.42 219.32 -
System Red Green Blue C M Y K H S L
Decimal 249 47 166 0 0.81 0.33 0.02 324.65 0.94 0.58
Hex F9 2F A6 0 51 21 2 145 5E 3A
Octal 371 57 246 0 121 41 2 505 136 72
Binary 11111001 101111 10100110 0 1010001 100001 10 101000101 1011110 111010

Color Harmonies of #F92FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FA6

Black with #F92FA6

Text Example


Text Example

White with #F92FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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