Html Css Color HEX #F7259F Persian Rose

📋 copy color: '#F7259F'

red 247 ◦ green 37 ◦ blue 159

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

Shades of Persian Rose #F7259F

Tints of Persian Rose #F7259F

RGB

 RED value IS 247 (96.88% from 255) = 55.76%

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

 BLUE value IS 159 (62.5% from 255) = 35.89%

R = 55.76%
G = 8.35%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7259F (or 0xF7259F) is known color: Persian Rose. HEX triplet: F7, 25 and 9F. RGB value is (247,37,159). Sum of RGB (Red+Green+Blue) = 247+37+159=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 159 (62.5% from 255 or 35.89% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F7259F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7259F is #08DA60. Grayscale: #717171. Windows color (decimal): -580193 or 10429943. OLE color: 10429943.

HSL color Cylindrical-coordinate representation of color #F7259F: hue angle of 325.14º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F7259F is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 37 159 -
CMYK 0 0.85 0.36 0.03
HSL 325.14º 0.93% 0.56% -
HSV(B) 325.14º 0.85% 0.97% -
XYZ 45.28 23.6 34.97 -
YUV 113.7 153.57 223.08 -
System Red Green Blue C M Y K H S L
Decimal 247 37 159 0 0.85 0.36 0.03 325.14 0.93 0.56
Hex F7 25 9F 0 55 24 3 145 5D 38
Octal 367 45 237 0 125 44 3 505 135 70
Binary 11110111 100101 10011111 0 1010101 100100 11 101000101 1011101 111000

Color Harmonies of #F7259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7259F

Black with #F7259F

Text Example


Text Example

White with #F7259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7259F; }

 p { color: rgb(247,37,159); }

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

background-color css

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

 a { background-color: rgb(247,37,159); }

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

border-color css

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

 span { border-color: rgb(247,37,159); }

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