Html Css Color HEX #F7279F Persian Rose

📋 copy color: '#F7279F'

red 247 ◦ green 39 ◦ blue 159

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

Shades of Persian Rose #F7279F

Tints of Persian Rose #F7279F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.76%

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

R = 55.51%
G = 8.76%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.03

RGB Variations

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

Color information

#F7279F (or 0xF7279F) is known color: Persian Rose. HEX triplet: F7, 27 and 9F. RGB value is (247,39,159). Sum of RGB (Red+Green+Blue) = 247+39+159=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F7279F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F7279F is #08D860. Grayscale: #727272. Windows color (decimal): -579681 or 10430455. OLE color: 10430455.

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

Color convert

RGB 247 39 159 -
CMYK 0 0.84 0.36 0.03
HSL 325.38º 0.93% 0.56% -
HSV(B) 325.38º 0.84% 0.97% -
XYZ 45.34 23.73 34.99 -
YUV 114.87 152.91 222.24 -
System Red Green Blue C M Y K H S L
Decimal 247 39 159 0 0.84 0.36 0.03 325.38 0.93 0.56
Hex F7 27 9F 0 54 24 3 145 5D 38
Octal 367 47 237 0 124 44 3 505 135 70
Binary 11110111 100111 10011111 0 1010100 100100 11 101000101 1011101 111000

Color Harmonies of #F7279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7279F

Black with #F7279F

Text Example


Text Example

White with #F7279F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7279F; }

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

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

background-color css

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

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

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

border-color css

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

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

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