Html Css Color HEX #FF259A Persian Rose

📋 copy color: '#FF259A'

red 255 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #FF259A

Tints of Persian Rose #FF259A

RGB

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

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

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

R = 57.17%
G = 8.3%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF259A (or 0xFF259A) is known color: Persian Rose. HEX triplet: FF, 25 and 9A. RGB value is (255,37,154). Sum of RGB (Red+Green+Blue) = 255+37+154=446 (59% of max value = 765). Red value is 255 (100% from 255 or 57.17% from 446); Green value is 37 (14.84% from 255 or 8.30% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 255 - color contains mainly: red. Hex color #FF259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF259A is #00DA65. Grayscale: #737373. Windows color (decimal): -55910 or 10102271. OLE color: 10102271.

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

Color convert

RGB 255 37 154 -
CMYK 0 0.85 0.40 0
HSL 327.8º 1% 0.57% -
HSV(B) 327.8º 0.85% 1% -
XYZ 47.73 24.92 32.87 -
YUV 115.52 149.72 227.49 -
System Red Green Blue C M Y K H S L
Decimal 255 37 154 0 0.85 0.40 0 327.8 1 0.57
Hex FF 25 9A 0 55 28 0 148 64 39
Octal 377 45 232 0 125 50 0 510 144 71
Binary 11111111 100101 10011010 0 1010101 101000 0 101001000 1100100 111001

Color Harmonies of #FF259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF259A

Black with #FF259A

Text Example


Text Example

White with #FF259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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