Html Css Color HEX #F7528E French Rose

📋 copy color: '#F7528E'

red 247 ◦ green 82 ◦ blue 142

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

Shades of French Rose #F7528E

Tints of French Rose #F7528E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.41%

 BLUE value IS 142 (55.86% from 255) = 30.15%

R = 52.44%
G = 17.41%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F7528E (or 0xF7528E) is known color: French Rose. HEX triplet: F7, 52 and 8E. RGB value is (247,82,142). Sum of RGB (Red+Green+Blue) = 247+82+142=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 142 (55.86% from 255 or 30.15% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F7528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7528E is #08AD71. Grayscale: #8A8A8A. Windows color (decimal): -568690 or 9327351. OLE color: 9327351.

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

Color convert

RGB 247 82 142 -
CMYK 0 0.67 0.43 0.03
HSL 338.18º 0.91% 0.65% -
HSV(B) 338.18º 0.67% 0.97% -
XYZ 46.26 27.76 28.51 -
YUV 138.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 247 82 142 0 0.67 0.43 0.03 338.18 0.91 0.65
Hex F7 52 8E 0 43 2B 3 152 5B 41
Octal 367 122 216 0 103 53 3 522 133 101
Binary 11110111 1010010 10001110 0 1000011 101011 11 101010010 1011011 1000001

Color Harmonies of #F7528E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7528E

Black with #F7528E

Text Example


Text Example

White with #F7528E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7528E; }

 p { color: rgb(247,82,142); }

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

background-color css

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

 a { background-color: rgb(247,82,142); }

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

border-color css

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

 span { border-color: rgb(247,82,142); }

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