Html Css Color HEX #F7508D French Rose

📋 copy color: '#F7508D'

red 247 ◦ green 80 ◦ blue 141

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

Shades of French Rose #F7508D

Tints of French Rose #F7508D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 52.78%
G = 17.09%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7508D (or 0xF7508D) is known color: French Rose. HEX triplet: F7, 50 and 8D. RGB value is (247,80,141). Sum of RGB (Red+Green+Blue) = 247+80+141=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7508D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7508D is #08AF72. Grayscale: #888888. Windows color (decimal): -569203 or 9261303. OLE color: 9261303.

HSL color Cylindrical-coordinate representation of color #F7508D: hue angle of 338.08º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F7508D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 80 141 -
CMYK 0 0.68 0.43 0.03
HSL 338.08º 0.91% 0.64% -
HSV(B) 338.08º 0.68% 0.97% -
XYZ 46.03 27.43 28.07 -
YUV 136.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 247 80 141 0 0.68 0.43 0.03 338.08 0.91 0.64
Hex F7 50 8D 0 44 2B 3 152 5B 40
Octal 367 120 215 0 104 53 3 522 133 100
Binary 11110111 1010000 10001101 0 1000100 101011 11 101010010 1011011 1000000

Color Harmonies of #F7508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7508D

Black with #F7508D

Text Example


Text Example

White with #F7508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7508D; }

 p { color: rgb(247,80,141); }

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

background-color css

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

 a { background-color: rgb(247,80,141); }

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

border-color css

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

 span { border-color: rgb(247,80,141); }

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