Html Css Color HEX #F8538C French Rose

📋 copy color: '#F8538C'

red 248 ◦ green 83 ◦ blue 140

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

Shades of French Rose #F8538C

Tints of French Rose #F8538C

RGB

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

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

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

R = 52.65%
G = 17.62%
B = 29.72%

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

#F8538C (or 0xF8538C) is known color: French Rose. HEX triplet: F8, 53 and 8C. RGB value is (248,83,140). Sum of RGB (Red+Green+Blue) = 248+83+140=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 140 (55.08% from 255 or 29.72% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8538C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8538C is #07AC73. Grayscale: #8A8A8A. Windows color (decimal): -502900 or 9196536. OLE color: 9196536.

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

Color convert

RGB 248 83 140 -
CMYK 0 0.67 0.44 0.03
HSL 339.27º 0.92% 0.65% -
HSV(B) 339.27º 0.67% 0.97% -
XYZ 46.54 28.04 27.77 -
YUV 138.83 128.66 205.87 -
System Red Green Blue C M Y K H S L
Decimal 248 83 140 0 0.67 0.44 0.03 339.27 0.92 0.65
Hex F8 53 8C 0 43 2C 3 153 5C 41
Octal 370 123 214 0 103 54 3 523 134 101
Binary 11111000 1010011 10001100 0 1000011 101100 11 101010011 1011100 1000001

Color Harmonies of #F8538C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8538C

Black with #F8538C

Text Example


Text Example

White with #F8538C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8538C; }

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

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

background-color css

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

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

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

border-color css

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

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

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