Html Css Color HEX #F8528D French Rose

📋 copy color: '#F8528D'

red 248 ◦ green 82 ◦ blue 141

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

Shades of French Rose #F8528D

Tints of French Rose #F8528D

RGB

 RED value IS 248 (97.27% from 255) = 52.65%

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

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

R = 52.65%
G = 17.41%
B = 29.94%

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

#F8528D (or 0xF8528D) is known color: French Rose. HEX triplet: F8, 52 and 8D. RGB value is (248,82,141). Sum of RGB (Red+Green+Blue) = 248+82+141=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 82 (32.42% from 255 or 17.41% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8528D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8528D is #07AD72. Grayscale: #8A8A8A. Windows color (decimal): -503155 or 9261816. OLE color: 9261816.

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

Color convert

RGB 248 82 141 -
CMYK 0 0.67 0.43 0.03
HSL 338.67º 0.92% 0.65% -
HSV(B) 338.67º 0.67% 0.97% -
XYZ 46.54 27.91 28.13 -
YUV 138.36 129.5 206.2 -
System Red Green Blue C M Y K H S L
Decimal 248 82 141 0 0.67 0.43 0.03 338.67 0.92 0.65
Hex F8 52 8D 0 43 2B 3 153 5C 41
Octal 370 122 215 0 103 53 3 523 134 101
Binary 11111000 1010010 10001101 0 1000011 101011 11 101010011 1011100 1000001

Color Harmonies of #F8528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8528D

Black with #F8528D

Text Example


Text Example

White with #F8528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8528D; }

 p { color: rgb(248,82,141); }

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

background-color css

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

 a { background-color: rgb(248,82,141); }

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

border-color css

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

 span { border-color: rgb(248,82,141); }

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