Html Css Color HEX #F9259E Persian Rose

📋 copy color: '#F9259E'

red 249 ◦ green 37 ◦ blue 158

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

Shades of Persian Rose #F9259E

Tints of Persian Rose #F9259E

RGB

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

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

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

R = 56.08%
G = 8.33%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9259E (or 0xF9259E) is known color: Persian Rose. HEX triplet: F9, 25 and 9E. RGB value is (249,37,158). Sum of RGB (Red+Green+Blue) = 249+37+158=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 37 (14.84% from 255 or 8.33% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9259E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9259E is #06DA61. Grayscale: #717171. Windows color (decimal): -449122 or 10364409. OLE color: 10364409.

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

Color convert

RGB 249 37 158 -
CMYK 0 0.85 0.37 0.02
HSL 325.75º 0.95% 0.56% -
HSV(B) 325.75º 0.85% 0.98% -
XYZ 45.9 23.93 34.55 -
YUV 114.18 152.74 224.16 -
System Red Green Blue C M Y K H S L
Decimal 249 37 158 0 0.85 0.37 0.02 325.75 0.95 0.56
Hex F9 25 9E 0 55 25 2 146 5F 38
Octal 371 45 236 0 125 45 2 506 137 70
Binary 11111001 100101 10011110 0 1010101 100101 10 101000110 1011111 111000

Color Harmonies of #F9259E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9259E

Black with #F9259E

Text Example


Text Example

White with #F9259E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9259E; }

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

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

background-color css

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

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

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

border-color css

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

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

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