Html Css Color HEX #F8548D French Rose

📋 copy color: '#F8548D'

red 248 ◦ green 84 ◦ blue 141

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

Shades of French Rose #F8548D

Tints of French Rose #F8548D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.76%

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

R = 52.43%
G = 17.76%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#F8548D (or 0xF8548D) is known color: French Rose. HEX triplet: F8, 54 and 8D. RGB value is (248,84,141). Sum of RGB (Red+Green+Blue) = 248+84+141=473 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.43% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548D is #07AB72. Grayscale: #8B8B8B. Windows color (decimal): -502643 or 9262328. OLE color: 9262328.

HSL color Cylindrical-coordinate representation of color #F8548D: hue angle of 339.15º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F8548D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 84 141 -
CMYK 0 0.66 0.43 0.03
HSL 339.15º 0.92% 0.65% -
HSV(B) 339.15º 0.66% 0.97% -
XYZ 46.69 28.22 28.19 -
YUV 139.53 128.83 205.37 -
System Red Green Blue C M Y K H S L
Decimal 248 84 141 0 0.66 0.43 0.03 339.15 0.92 0.65
Hex F8 54 8D 0 42 2B 3 153 5C 41
Octal 370 124 215 0 102 53 3 523 134 101
Binary 11111000 1010100 10001101 0 1000010 101011 11 101010011 1011100 1000001

Color Harmonies of #F8548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8548D

Black with #F8548D

Text Example


Text Example

White with #F8548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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