Html Css Color HEX #F0259A Persian Rose

📋 copy color: '#F0259A'

red 240 ◦ green 37 ◦ blue 154

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

Shades of Persian Rose #F0259A

Tints of Persian Rose #F0259A

RGB

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

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

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

R = 55.68%
G = 8.58%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#F0259A (or 0xF0259A) is known color: Persian Rose. HEX triplet: F0, 25 and 9A. RGB value is (240,37,154). Sum of RGB (Red+Green+Blue) = 240+37+154=431 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.68% from 431); Green value is 37 (14.84% from 255 or 8.58% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 240 - color contains mainly: red. Hex color #F0259A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0259A is #0FDA65. Grayscale: #6E6E6E. Windows color (decimal): -1038950 or 10102256. OLE color: 10102256.

HSL color Cylindrical-coordinate representation of color #F0259A: hue angle of 325.42º 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 #F0259A is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 37 154 -
CMYK 0 0.85 0.36 0.06
HSL 325.42º 0.87% 0.54% -
HSV(B) 325.42º 0.85% 0.94% -
XYZ 42.43 22.18 32.62 -
YUV 111.04 152.25 219.99 -
System Red Green Blue C M Y K H S L
Decimal 240 37 154 0 0.85 0.36 0.06 325.42 0.87 0.54
Hex F0 25 9A 0 55 24 6 145 57 36
Octal 360 45 232 0 125 44 6 505 127 66
Binary 11110000 100101 10011010 0 1010101 100100 110 101000101 1010111 110110

Color Harmonies of #F0259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0259A

Black with #F0259A

Text Example


Text Example

White with #F0259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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