Html Css Color HEX #FF249A Persian Rose

📋 copy color: '#FF249A'

red 255 ◦ green 36 ◦ blue 154

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

Shades of Persian Rose #FF249A

Tints of Persian Rose #FF249A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 57.3%
G = 8.09%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF249A (or 0xFF249A) is known color: Persian Rose. HEX triplet: FF, 24 and 9A. RGB value is (255,36,154). Sum of RGB (Red+Green+Blue) = 255+36+154=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 36 (14.45% from 255 or 8.09% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF249A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF249A is #00DB65. Grayscale: #727272. Windows color (decimal): -56166 or 10102015. OLE color: 10102015.

HSL color Cylindrical-coordinate representation of color #FF249A: hue angle of 327.67º 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 #FF249A is Cyan = 0, Magento = 0.86, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 255 36 154 -
CMYK 0 0.86 0.40 0
HSL 327.67º 1% 0.57% -
HSV(B) 327.67º 0.86% 1% -
XYZ 47.7 24.85 32.86 -
YUV 114.93 150.05 227.91 -
System Red Green Blue C M Y K H S L
Decimal 255 36 154 0 0.86 0.40 0 327.67 1 0.57
Hex FF 24 9A 0 56 28 0 148 64 39
Octal 377 44 232 0 126 50 0 510 144 71
Binary 11111111 100100 10011010 0 1010110 101000 0 101001000 1100100 111001

Color Harmonies of #FF249A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF249A

Black with #FF249A

Text Example


Text Example

White with #FF249A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF249A; }

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

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

background-color css

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

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

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

border-color css

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

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

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