Html Css Color HEX #F92FA4 Persian Rose

📋 copy color: '#F92FA4'

red 249 ◦ green 47 ◦ blue 164

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

Shades of Persian Rose #F92FA4

Tints of Persian Rose #F92FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.65%

R = 54.13%
G = 10.22%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F92FA4 (or 0xF92FA4) is known color: Persian Rose. HEX triplet: F9, 2F and A4. RGB value is (249,47,164). Sum of RGB (Red+Green+Blue) = 249+47+164=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 47 (18.75% from 255 or 10.22% from 460); Blue value is 164 (64.45% from 255 or 35.65% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FA4 is #06D05B. Grayscale: #787878. Windows color (decimal): -446556 or 10760185. OLE color: 10760185.

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

Color convert

RGB 249 47 164 -
CMYK 0 0.81 0.34 0.02
HSL 325.25º 0.94% 0.58% -
HSV(B) 325.25º 0.81% 0.98% -
XYZ 46.78 24.85 37.45 -
YUV 120.74 152.42 219.49 -
System Red Green Blue C M Y K H S L
Decimal 249 47 164 0 0.81 0.34 0.02 325.25 0.94 0.58
Hex F9 2F A4 0 51 22 2 145 5E 3A
Octal 371 57 244 0 121 42 2 505 136 72
Binary 11111001 101111 10100100 0 1010001 100010 10 101000101 1011110 111010

Color Harmonies of #F92FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FA4

Black with #F92FA4

Text Example


Text Example

White with #F92FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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