Html Css Color HEX #F9299E Persian Rose

📋 copy color: '#F9299E'

red 249 ◦ green 41 ◦ blue 158

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

Shades of Persian Rose #F9299E

Tints of Persian Rose #F9299E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.15%

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

R = 55.58%
G = 9.15%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9299E (or 0xF9299E) is known color: Persian Rose. HEX triplet: F9, 29 and 9E. RGB value is (249,41,158). Sum of RGB (Red+Green+Blue) = 249+41+158=448 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.58% from 448); Green value is 41 (16.41% from 255 or 9.15% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 249 - color contains mainly: red. Hex color #F9299E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9299E is #06D661. Grayscale: #747474. Windows color (decimal): -448098 or 10365433. OLE color: 10365433.

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

Color convert

RGB 249 41 158 -
CMYK 0 0.84 0.37 0.02
HSL 326.25º 0.95% 0.57% -
HSV(B) 326.25º 0.84% 0.98% -
XYZ 46.03 24.19 34.59 -
YUV 116.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 249 41 158 0 0.84 0.37 0.02 326.25 0.95 0.57
Hex F9 29 9E 0 54 25 2 146 5F 39
Octal 371 51 236 0 124 45 2 506 137 71
Binary 11111001 101001 10011110 0 1010100 100101 10 101000110 1011111 111001

Color Harmonies of #F9299E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9299E

Black with #F9299E

Text Example


Text Example

White with #F9299E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9299E; }

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

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

background-color css

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

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

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

border-color css

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

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

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