Html Css Color HEX #F92594 Persian Rose

📋 copy color: '#F92594'

red 249 ◦ green 37 ◦ blue 148

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

Shades of Persian Rose #F92594

Tints of Persian Rose #F92594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 8.53%

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 57.37%
G = 8.53%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.02

RGB Variations

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

Color information

#F92594 (or 0xF92594) is known color: Persian Rose. HEX triplet: F9, 25 and 94. RGB value is (249,37,148). Sum of RGB (Red+Green+Blue) = 249+37+148=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 37 (14.84% from 255 or 8.53% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F92594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92594 is #06DA6B. Grayscale: #707070. Windows color (decimal): -449132 or 9709049. OLE color: 9709049.

HSL color Cylindrical-coordinate representation of color #F92594: hue angle of 328.58º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F92594 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 37 148 -
CMYK 0 0.85 0.41 0.02
HSL 328.58º 0.95% 0.56% -
HSV(B) 328.58º 0.85% 0.98% -
XYZ 45.07 23.6 30.2 -
YUV 113.04 147.74 224.97 -
System Red Green Blue C M Y K H S L
Decimal 249 37 148 0 0.85 0.41 0.02 328.58 0.95 0.56
Hex F9 25 94 0 55 29 2 149 5F 38
Octal 371 45 224 0 125 51 2 511 137 70
Binary 11111001 100101 10010100 0 1010101 101001 10 101001001 1011111 111000

Color Harmonies of #F92594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F92594

Black with #F92594

Text Example


Text Example

White with #F92594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F92594; }

 p { color: rgb(249,37,148); }

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

background-color css

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

 a { background-color: rgb(249,37,148); }

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

border-color css

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

 span { border-color: rgb(249,37,148); }

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