Html Css Color HEX #F92FB1 Persian Rose

📋 copy color: '#F92FB1'

red 249 ◦ green 47 ◦ blue 177

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

Shades of Persian Rose #F92FB1

Tints of Persian Rose #F92FB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 37.42%

R = 52.64%
G = 9.94%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#F92FB1 (or 0xF92FB1) is known color: Persian Rose. HEX triplet: F9, 2F and B1. RGB value is (249,47,177). Sum of RGB (Red+Green+Blue) = 249+47+177=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 47 (18.75% from 255 or 9.94% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FB1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FB1 is #06D04E. Grayscale: #797979. Windows color (decimal): -446543 or 11612153. OLE color: 11612153.

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

Color convert

RGB 249 47 177 -
CMYK 0 0.81 0.29 0.02
HSL 321.39º 0.94% 0.58% -
HSV(B) 321.39º 0.81% 0.98% -
XYZ 48.02 25.35 43.96 -
YUV 122.22 158.92 218.43 -
System Red Green Blue C M Y K H S L
Decimal 249 47 177 0 0.81 0.29 0.02 321.39 0.94 0.58
Hex F9 2F B1 0 51 1D 2 141 5E 3A
Octal 371 57 261 0 121 35 2 501 136 72
Binary 11111001 101111 10110001 0 1010001 11101 10 101000001 1011110 111010

Color Harmonies of #F92FB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FB1

Black with #F92FB1

Text Example


Text Example

White with #F92FB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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