Html Css Color HEX #F7528C French Rose

📋 copy color: '#F7528C'

red 247 ◦ green 82 ◦ blue 140

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

Shades of French Rose #F7528C

Tints of French Rose #F7528C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 52.67%
G = 17.48%
B = 29.85%

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

#F7528C (or 0xF7528C) is known color: French Rose. HEX triplet: F7, 52 and 8C. RGB value is (247,82,140). Sum of RGB (Red+Green+Blue) = 247+82+140=469 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.67% from 469); Green value is 82 (32.42% from 255 or 17.48% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 247 - color contains mainly: red. Hex color #F7528C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7528C is #08AD73. Grayscale: #898989. Windows color (decimal): -568692 or 9196279. OLE color: 9196279.

HSL color Cylindrical-coordinate representation of color #F7528C: hue angle of 338.91º 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 #F7528C is Cyan = 0, Magento = 0.67, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 82 140 -
CMYK 0 0.67 0.43 0.03
HSL 338.91º 0.91% 0.65% -
HSV(B) 338.91º 0.67% 0.97% -
XYZ 46.11 27.7 27.73 -
YUV 137.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 247 82 140 0 0.67 0.43 0.03 338.91 0.91 0.65
Hex F7 52 8C 0 43 2B 3 153 5B 41
Octal 367 122 214 0 103 53 3 523 133 101
Binary 11110111 1010010 10001100 0 1000011 101011 11 101010011 1011011 1000001

Color Harmonies of #F7528C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7528C

Black with #F7528C

Text Example


Text Example

White with #F7528C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7528C; }

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

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

background-color css

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

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

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

border-color css

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

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

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