Html Css Color HEX #F92FB2 Persian Rose

📋 copy color: '#F92FB2'

red 249 ◦ green 47 ◦ blue 178

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

Shades of Persian Rose #F92FB2

Tints of Persian Rose #F92FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.55%

R = 52.53%
G = 9.92%
B = 37.55%

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

#F92FB2 (or 0xF92FB2) is known color: Persian Rose. HEX triplet: F9, 2F and B2. RGB value is (249,47,178). Sum of RGB (Red+Green+Blue) = 249+47+178=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 47 (18.75% from 255 or 9.92% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F92FB2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92FB2 is #06D04D. Grayscale: #7A7A7A. Windows color (decimal): -446542 or 11677689. OLE color: 11677689.

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

Color convert

RGB 249 47 178 -
CMYK 0 0.81 0.29 0.02
HSL 321.09º 0.94% 0.58% -
HSV(B) 321.09º 0.81% 0.98% -
XYZ 48.12 25.39 44.48 -
YUV 122.33 159.42 218.35 -
System Red Green Blue C M Y K H S L
Decimal 249 47 178 0 0.81 0.29 0.02 321.09 0.94 0.58
Hex F9 2F B2 0 51 1D 2 141 5E 3A
Octal 371 57 262 0 121 35 2 501 136 72
Binary 11111001 101111 10110010 0 1010001 11101 10 101000001 1011110 111010

Color Harmonies of #F92FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92FB2

Black with #F92FB2

Text Example


Text Example

White with #F92FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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