Html Css Color HEX #F92FB0 Persian Rose

📋 copy color: '#F92FB0'

red 249 ◦ green 47 ◦ blue 176

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

Shades of Persian Rose #F92FB0

Tints of Persian Rose #F92FB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 37.29%

R = 52.75%
G = 9.96%
B = 37.29%

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

#F92FB0 (or 0xF92FB0) is known color: Persian Rose. HEX triplet: F9, 2F and B0. RGB value is (249,47,176). Sum of RGB (Red+Green+Blue) = 249+47+176=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 176 (69.14% from 255 or 37.29% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FB0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FB0 is #06D04F. Grayscale: #797979. Windows color (decimal): -446544 or 11546617. OLE color: 11546617.

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

Color convert

RGB 249 47 176 -
CMYK 0 0.81 0.29 0.02
HSL 321.68º 0.94% 0.58% -
HSV(B) 321.68º 0.81% 0.98% -
XYZ 47.92 25.31 43.43 -
YUV 122.1 158.42 218.51 -
System Red Green Blue C M Y K H S L
Decimal 249 47 176 0 0.81 0.29 0.02 321.68 0.94 0.58
Hex F9 2F B0 0 51 1D 2 142 5E 3A
Octal 371 57 260 0 121 35 2 502 136 72
Binary 11111001 101111 10110000 0 1010001 11101 10 101000010 1011110 111010

Color Harmonies of #F92FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FB0

Black with #F92FB0

Text Example


Text Example

White with #F92FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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