Html Css Color HEX #F7299C Persian Rose

📋 copy color: '#F7299C'

red 247 ◦ green 41 ◦ blue 156

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

Shades of Persian Rose #F7299C

Tints of Persian Rose #F7299C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.23%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 55.63%
G = 9.23%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#F7299C (or 0xF7299C) is known color: Persian Rose. HEX triplet: F7, 29 and 9C. RGB value is (247,41,156). Sum of RGB (Red+Green+Blue) = 247+41+156=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7299C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7299C is #08D663. Grayscale: #737373. Windows color (decimal): -579172 or 10234359. OLE color: 10234359.

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

Color convert

RGB 247 41 156 -
CMYK 0 0.83 0.37 0.03
HSL 326.5º 0.93% 0.56% -
HSV(B) 326.5º 0.83% 0.97% -
XYZ 45.15 23.76 33.66 -
YUV 115.7 150.75 221.65 -
System Red Green Blue C M Y K H S L
Decimal 247 41 156 0 0.83 0.37 0.03 326.5 0.93 0.56
Hex F7 29 9C 0 53 25 3 147 5D 38
Octal 367 51 234 0 123 45 3 507 135 70
Binary 11110111 101001 10011100 0 1010011 100101 11 101000111 1011101 111000

Color Harmonies of #F7299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7299C

Black with #F7299C

Text Example


Text Example

White with #F7299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7299C; }

 p { color: rgb(247,41,156); }

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

background-color css

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

 a { background-color: rgb(247,41,156); }

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

border-color css

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

 span { border-color: rgb(247,41,156); }

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