Html Css Color HEX #FF249E Persian Rose

📋 copy color: '#FF249E'

red 255 ◦ green 36 ◦ blue 158

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

Shades of Persian Rose #FF249E

Tints of Persian Rose #FF249E

RGB

 RED value IS 255 (100% from 255) = 56.79%

 GREEN value IS 36 (14.45% from 255) = 8.02%

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

R = 56.79%
G = 8.02%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF249E (or 0xFF249E) is known color: Persian Rose. HEX triplet: FF, 24 and 9E. RGB value is (255,36,158). Sum of RGB (Red+Green+Blue) = 255+36+158=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 36 (14.45% from 255 or 8.02% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FF249E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF249E is #00DB61. Grayscale: #737373. Windows color (decimal): -56162 or 10364159. OLE color: 10364159.

HSL color Cylindrical-coordinate representation of color #FF249E: hue angle of 326.58º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF249E is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 158 -
CMYK 0 0.86 0.38 0
HSL 326.58º 1% 0.57% -
HSV(B) 326.58º 0.86% 1% -
XYZ 48.04 24.99 34.64 -
YUV 115.39 152.05 227.58 -
System Red Green Blue C M Y K H S L
Decimal 255 36 158 0 0.86 0.38 0 326.58 1 0.57
Hex FF 24 9E 0 56 26 0 147 64 39
Octal 377 44 236 0 126 46 0 507 144 71
Binary 11111111 100100 10011110 0 1010110 100110 0 101000111 1100100 111001

Color Harmonies of #FF249E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF249E

Black with #FF249E

Text Example


Text Example

White with #FF249E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF249E; }

 p { color: rgb(255,36,158); }

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

background-color css

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

 a { background-color: rgb(255,36,158); }

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

border-color css

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

 span { border-color: rgb(255,36,158); }

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