Html Css Color HEX #F9219B Persian Rose

📋 copy color: '#F9219B'

red 249 ◦ green 33 ◦ blue 155

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

Shades of Persian Rose #F9219B

Tints of Persian Rose #F9219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.47%

R = 56.98%
G = 7.55%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9219B (or 0xF9219B) is known color: Persian Rose. HEX triplet: F9, 21 and 9B. RGB value is (249,33,155). Sum of RGB (Red+Green+Blue) = 249+33+155=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 33 (13.28% from 255 or 7.55% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F9219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9219B is #06DE64. Grayscale: #6F6F6F. Windows color (decimal): -450149 or 10166777. OLE color: 10166777.

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

Color convert

RGB 249 33 155 -
CMYK 0 0.87 0.38 0.02
HSL 326.11º 0.95% 0.55% -
HSV(B) 326.11º 0.87% 0.98% -
XYZ 45.53 23.59 33.16 -
YUV 111.49 152.56 226.08 -
System Red Green Blue C M Y K H S L
Decimal 249 33 155 0 0.87 0.38 0.02 326.11 0.95 0.55
Hex F9 21 9B 0 57 26 2 146 5F 37
Octal 371 41 233 0 127 46 2 506 137 67
Binary 11111001 100001 10011011 0 1010111 100110 10 101000110 1011111 110111

Color Harmonies of #F9219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9219B

Black with #F9219B

Text Example


Text Example

White with #F9219B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9219B; }

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

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

background-color css

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

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

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

border-color css

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

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

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