Html Css Color HEX #F9259B Persian Rose

📋 copy color: '#F9259B'

red 249 ◦ green 37 ◦ blue 155

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

Shades of Persian Rose #F9259B

Tints of Persian Rose #F9259B

RGB

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

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

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

R = 56.46%
G = 8.39%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#F9259B (or 0xF9259B) is known color: Persian Rose. HEX triplet: F9, 25 and 9B. RGB value is (249,37,155). Sum of RGB (Red+Green+Blue) = 249+37+155=441 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.46% from 441); Green value is 37 (14.84% from 255 or 8.39% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 249 - color contains mainly: red. Hex color #F9259B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9259B is #06DA64. Grayscale: #717171. Windows color (decimal): -449125 or 10167801. OLE color: 10167801.

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

Color convert

RGB 249 37 155 -
CMYK 0 0.85 0.38 0.02
HSL 326.6º 0.95% 0.56% -
HSV(B) 326.6º 0.85% 0.98% -
XYZ 45.64 23.83 33.2 -
YUV 113.84 151.24 224.41 -
System Red Green Blue C M Y K H S L
Decimal 249 37 155 0 0.85 0.38 0.02 326.6 0.95 0.56
Hex F9 25 9B 0 55 26 2 147 5F 38
Octal 371 45 233 0 125 46 2 507 137 70
Binary 11111001 100101 10011011 0 1010101 100110 10 101000111 1011111 111000

Color Harmonies of #F9259B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9259B

Black with #F9259B

Text Example


Text Example

White with #F9259B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9259B; }

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

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

background-color css

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

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

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

border-color css

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

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

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