Html Css Color HEX #F5259A Persian Rose

📋 copy color: '#F5259A'

red 245 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #F5259A

Tints of Persian Rose #F5259A

RGB

 RED value IS 245 (96.09% from 255) = 56.19%

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

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

R = 56.19%
G = 8.49%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#F5259A (or 0xF5259A) is known color: Persian Rose. HEX triplet: F5, 25 and 9A. RGB value is (245,37,154). Sum of RGB (Red+Green+Blue) = 245+37+154=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 37 (14.84% from 255 or 8.49% from 436); Blue value is 154 (60.55% from 255 or 35.32% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5259A is #0ADA65. Grayscale: #707070. Windows color (decimal): -711270 or 10102261. OLE color: 10102261.

HSL color Cylindrical-coordinate representation of color #F5259A: hue angle of 326.25º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F5259A is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 37 154 -
CMYK 0 0.85 0.37 0.04
HSL 326.25º 0.91% 0.55% -
HSV(B) 326.25º 0.85% 0.96% -
XYZ 44.15 23.07 32.7 -
YUV 112.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 245 37 154 0 0.85 0.37 0.04 326.25 0.91 0.55
Hex F5 25 9A 0 55 25 4 146 5B 37
Octal 365 45 232 0 125 45 4 506 133 67
Binary 11110101 100101 10011010 0 1010101 100101 100 101000110 1011011 110111

Color Harmonies of #F5259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5259A

Black with #F5259A

Text Example


Text Example

White with #F5259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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