Html Css Color HEX #F8538D French Rose

📋 copy color: '#F8538D'

red 248 ◦ green 83 ◦ blue 141

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

Shades of French Rose #F8538D

Tints of French Rose #F8538D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.58%

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

R = 52.54%
G = 17.58%
B = 29.87%

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

#F8538D (or 0xF8538D) is known color: French Rose. HEX triplet: F8, 53 and 8D. RGB value is (248,83,141). Sum of RGB (Red+Green+Blue) = 248+83+141=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538D is #07AC72. Grayscale: #8A8A8A. Windows color (decimal): -502899 or 9262072. OLE color: 9262072.

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

Color convert

RGB 248 83 141 -
CMYK 0 0.67 0.43 0.03
HSL 338.91º 0.92% 0.65% -
HSV(B) 338.91º 0.67% 0.97% -
XYZ 46.61 28.07 28.16 -
YUV 138.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 248 83 141 0 0.67 0.43 0.03 338.91 0.92 0.65
Hex F8 53 8D 0 43 2B 3 153 5C 41
Octal 370 123 215 0 103 53 3 523 134 101
Binary 11111000 1010011 10001101 0 1000011 101011 11 101010011 1011100 1000001

Color Harmonies of #F8538D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8538D

Black with #F8538D

Text Example


Text Example

White with #F8538D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8538D; }

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

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

background-color css

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

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

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

border-color css

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

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

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