Html Css Color HEX #F7239E Persian Rose

📋 copy color: '#F7239E'

red 247 ◦ green 35 ◦ blue 158

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

Shades of Persian Rose #F7239E

Tints of Persian Rose #F7239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 7.95%

 BLUE value IS 158 (62.11% from 255) = 35.91%

R = 56.14%
G = 7.95%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7239E (or 0xF7239E) is known color: Persian Rose. HEX triplet: F7, 23 and 9E. RGB value is (247,35,158). Sum of RGB (Red+Green+Blue) = 247+35+158=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 35 (14.06% from 255 or 7.95% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F7239E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7239E is #08DC61. Grayscale: #707070. Windows color (decimal): -580706 or 10363895. OLE color: 10363895.

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

Color convert

RGB 247 35 158 -
CMYK 0 0.86 0.36 0.03
HSL 325.19º 0.93% 0.55% -
HSV(B) 325.19º 0.86% 0.97% -
XYZ 45.13 23.44 34.49 -
YUV 112.41 153.74 224 -
System Red Green Blue C M Y K H S L
Decimal 247 35 158 0 0.86 0.36 0.03 325.19 0.93 0.55
Hex F7 23 9E 0 56 24 3 145 5D 37
Octal 367 43 236 0 126 44 3 505 135 67
Binary 11110111 100011 10011110 0 1010110 100100 11 101000101 1011101 110111

Color Harmonies of #F7239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7239E

Black with #F7239E

Text Example


Text Example

White with #F7239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7239E; }

 p { color: rgb(247,35,158); }

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

background-color css

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

 a { background-color: rgb(247,35,158); }

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

border-color css

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

 span { border-color: rgb(247,35,158); }

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