Html Css Color HEX #F7528B French Rose

📋 copy color: '#F7528B'

red 247 ◦ green 82 ◦ blue 139

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

Shades of French Rose #F7528B

Tints of French Rose #F7528B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.7%

R = 52.78%
G = 17.52%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F7528B (or 0xF7528B) is known color: French Rose. HEX triplet: F7, 52 and 8B. RGB value is (247,82,139). Sum of RGB (Red+Green+Blue) = 247+82+139=468 (61% of max value = 765). Red value is 247 (96.88% from 255 or 52.78% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 247 - color contains mainly: red. Hex color #F7528B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F7528B is #08AD74. Grayscale: #898989. Windows color (decimal): -568693 or 9130743. OLE color: 9130743.

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

Color convert

RGB 247 82 139 -
CMYK 0 0.67 0.44 0.03
HSL 339.27º 0.91% 0.65% -
HSV(B) 339.27º 0.67% 0.97% -
XYZ 46.04 27.67 27.34 -
YUV 137.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 247 82 139 0 0.67 0.44 0.03 339.27 0.91 0.65
Hex F7 52 8B 0 43 2C 3 153 5B 41
Octal 367 122 213 0 103 54 3 523 133 101
Binary 11110111 1010010 10001011 0 1000011 101100 11 101010011 1011011 1000001

Color Harmonies of #F7528B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7528B

Black with #F7528B

Text Example


Text Example

White with #F7528B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7528B; }

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

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

background-color css

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

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

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

border-color css

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

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

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