Html Css Color HEX #F9239E Persian Rose

📋 copy color: '#F9239E'

red 249 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #F9239E

Tints of Persian Rose #F9239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.92%

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

R = 56.33%
G = 7.92%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.02

RGB Variations

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

Color information

#F9239E (or 0xF9239E) is known color: Persian Rose. HEX triplet: F9, 23 and 9E. RGB value is (249,35,158). Sum of RGB (Red+Green+Blue) = 249+35+158=442 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.33% from 442); Green value is 35 (14.06% from 255 or 7.92% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 249 - color contains mainly: red. Hex color #F9239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F9239E is #06DC61. Grayscale: #707070. Windows color (decimal): -449634 or 10363897. OLE color: 10363897.

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

Color convert

RGB 249 35 158 -
CMYK 0 0.86 0.37 0.02
HSL 325.51º 0.95% 0.56% -
HSV(B) 325.51º 0.86% 0.98% -
XYZ 45.84 23.81 34.53 -
YUV 113.01 153.4 225 -
System Red Green Blue C M Y K H S L
Decimal 249 35 158 0 0.86 0.37 0.02 325.51 0.95 0.56
Hex F9 23 9E 0 56 25 2 146 5F 38
Octal 371 43 236 0 126 45 2 506 137 70
Binary 11111001 100011 10011110 0 1010110 100101 10 101000110 1011111 111000

Color Harmonies of #F9239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9239E

Black with #F9239E

Text Example


Text Example

White with #F9239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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