Html Css Color HEX #F9219E Persian Rose

📋 copy color: '#F9219E'

red 249 ◦ green 33 ◦ blue 158

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

Shades of Persian Rose #F9219E

Tints of Persian Rose #F9219E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.5%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 56.59%
G = 7.5%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9219E (or 0xF9219E) is known color: Persian Rose. HEX triplet: F9, 21 and 9E. RGB value is (249,33,158). Sum of RGB (Red+Green+Blue) = 249+33+158=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F9219E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9219E is #06DE61. Grayscale: #6F6F6F. Windows color (decimal): -450146 or 10363385. OLE color: 10363385.

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

Color convert

RGB 249 33 158 -
CMYK 0 0.87 0.37 0.02
HSL 325.28º 0.95% 0.55% -
HSV(B) 325.28º 0.87% 0.98% -
XYZ 45.78 23.7 34.51 -
YUV 111.83 154.06 225.84 -
System Red Green Blue C M Y K H S L
Decimal 249 33 158 0 0.87 0.37 0.02 325.28 0.95 0.55
Hex F9 21 9E 0 57 25 2 145 5F 37
Octal 371 41 236 0 127 45 2 505 137 67
Binary 11111001 100001 10011110 0 1010111 100101 10 101000101 1011111 110111

Color Harmonies of #F9219E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9219E

Black with #F9219E

Text Example


Text Example

White with #F9219E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9219E; }

 p { color: rgb(249,33,158); }

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

background-color css

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

 a { background-color: rgb(249,33,158); }

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

border-color css

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

 span { border-color: rgb(249,33,158); }

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