Html Css Color HEX #F025A0 Persian Rose

📋 copy color: '#F025A0'

red 240 ◦ green 37 ◦ blue 160

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

Shades of Persian Rose #F025A0

Tints of Persian Rose #F025A0

RGB

 RED value IS 240 (94.14% from 255) = 54.92%

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

 BLUE value IS 160 (62.89% from 255) = 36.61%

R = 54.92%
G = 8.47%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#F025A0 (or 0xF025A0) is known color: Persian Rose. HEX triplet: F0, 25 and A0. RGB value is (240,37,160). Sum of RGB (Red+Green+Blue) = 240+37+160=437 (57% of max value = 765). Red value is 240 (94.14% from 255 or 54.92% from 437); Green value is 37 (14.84% from 255 or 8.47% from 437); Blue value is 160 (62.89% from 255 or 36.61% from 437); Max value from RGB is 240 - color contains mainly: red. Hex color #F025A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F025A0 is #0FDA5F. Grayscale: #6F6F6F. Windows color (decimal): -1038944 or 10495472. OLE color: 10495472.

HSL color Cylindrical-coordinate representation of color #F025A0: hue angle of 323.65º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F025A0 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 160 -
CMYK 0 0.85 0.33 0.06
HSL 323.65º 0.87% 0.54% -
HSV(B) 323.65º 0.85% 0.94% -
XYZ 42.94 22.39 35.32 -
YUV 111.72 155.25 219.5 -
System Red Green Blue C M Y K H S L
Decimal 240 37 160 0 0.85 0.33 0.06 323.65 0.87 0.54
Hex F0 25 A0 0 55 21 6 144 57 36
Octal 360 45 240 0 125 41 6 504 127 66
Binary 11110000 100101 10100000 0 1010101 100001 110 101000100 1010111 110110

Color Harmonies of #F025A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F025A0

Black with #F025A0

Text Example


Text Example

White with #F025A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F025A0; }

 p { color: rgb(240,37,160); }

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

background-color css

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

 a { background-color: rgb(240,37,160); }

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

border-color css

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

 span { border-color: rgb(240,37,160); }

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