Html Css Color HEX #F92BA7 Persian Rose

📋 copy color: '#F92BA7'

red 249 ◦ green 43 ◦ blue 167

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

Shades of Persian Rose #F92BA7

Tints of Persian Rose #F92BA7

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.37%

 BLUE value IS 167 (65.63% from 255) = 36.38%

R = 54.25%
G = 9.37%
B = 36.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#F92BA7 (or 0xF92BA7) is known color: Persian Rose. HEX triplet: F9, 2B and A7. RGB value is (249,43,167). Sum of RGB (Red+Green+Blue) = 249+43+167=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 43 (17.19% from 255 or 9.37% from 459); Blue value is 167 (65.62% from 255 or 36.38% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F92BA7 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92BA7 is #06D458. Grayscale: #767676. Windows color (decimal): -447577 or 10955769. OLE color: 10955769.

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

Color convert

RGB 249 43 167 -
CMYK 0 0.83 0.33 0.02
HSL 323.88º 0.94% 0.57% -
HSV(B) 323.88º 0.83% 0.98% -
XYZ 46.91 24.66 38.85 -
YUV 118.73 155.25 220.92 -
System Red Green Blue C M Y K H S L
Decimal 249 43 167 0 0.83 0.33 0.02 323.88 0.94 0.57
Hex F9 2B A7 0 53 21 2 144 5E 39
Octal 371 53 247 0 123 41 2 504 136 71
Binary 11111001 101011 10100111 0 1010011 100001 10 101000100 1011110 111001

Color Harmonies of #F92BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92BA7

Black with #F92BA7

Text Example


Text Example

White with #F92BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92BA7; }

 p { color: rgb(249,43,167); }

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

background-color css

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

 a { background-color: rgb(249,43,167); }

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

border-color css

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

 span { border-color: rgb(249,43,167); }

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