Html Css Color HEX #F8548B French Rose

📋 copy color: '#F8548B'

red 248 ◦ green 84 ◦ blue 139

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

Shades of French Rose #F8548B

Tints of French Rose #F8548B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.51%

R = 52.65%
G = 17.83%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F8548B (or 0xF8548B) is known color: French Rose. HEX triplet: F8, 54 and 8B. RGB value is (248,84,139). Sum of RGB (Red+Green+Blue) = 248+84+139=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F8548B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F8548B is #07AB74. Grayscale: #8B8B8B. Windows color (decimal): -502645 or 9131256. OLE color: 9131256.

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

Color convert

RGB 248 84 139 -
CMYK 0 0.66 0.44 0.03
HSL 339.88º 0.92% 0.65% -
HSV(B) 339.88º 0.66% 0.97% -
XYZ 46.54 28.16 27.41 -
YUV 139.31 127.83 205.53 -
System Red Green Blue C M Y K H S L
Decimal 248 84 139 0 0.66 0.44 0.03 339.88 0.92 0.65
Hex F8 54 8B 0 42 2C 3 154 5C 41
Octal 370 124 213 0 102 54 3 524 134 101
Binary 11111000 1010100 10001011 0 1000010 101100 11 101010100 1011100 1000001

Color Harmonies of #F8548B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8548B

Black with #F8548B

Text Example


Text Example

White with #F8548B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8548B; }

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

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

background-color css

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

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

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

border-color css

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

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

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