#F8538A

Color #F8538A French Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Rose #F8538A

Tints of French Rose #F8538A

Color information

#F8538A (or 0xF8538A) is unknown color: approx French Rose. HEX triplet: F8, 53 and 8A. RGB value is (248,83,138). Sum of RGB (Red+Green+Blue) = 248+83+138=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538A is #07AC75. Grayscale: #8A8A8A. Windows color (decimal): -502902 or 9065464. OLE color: 9065464.

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

Color convert

RGB24883138-
CMYK00.670.440.03
HSL340º92.18%64.9%-
HSV(B)340º66.53%97.25%-
XYZ46.3927.9827-
YUV138.6127.66206.03-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 52.88%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=52.88%
G=17.70%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.44
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2488313800.670.440.0334092.1864.9
HexF8538A0432C31545c41
Octal3701232120103543524134101
Binary11111000101001110001010010000111011001110101010010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8538A; }

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

 H1.HeaderClassName
 {
   color: #F8538A;
 }
 .AnyTagClassName
 {
   color: #F8538A;
 }
</style>
background-color css

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

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

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

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

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

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