Html Css Color HEX #F8487A French Rose

📋 copy color: '#F8487A'

red 248 ◦ green 72 ◦ blue 122

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

Shades of French Rose #F8487A

Tints of French Rose #F8487A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.29%

 BLUE value IS 122 (48.05% from 255) = 27.6%

R = 56.11%
G = 16.29%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.51

 K value IS 0.03

RGB Variations

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

Color information

#F8487A (or 0xF8487A) is known color: French Rose. HEX triplet: F8, 48 and 7A. RGB value is (248,72,122). Sum of RGB (Red+Green+Blue) = 248+72+122=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8487A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F8487A is #07B785. Grayscale: #828282. Windows color (decimal): -505734 or 8014072. OLE color: 8014072.

HSL color Cylindrical-coordinate representation of color #F8487A: hue angle of 342.95º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F8487A is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 122 -
CMYK 0 0.71 0.51 0.03
HSL 342.95º 0.93% 0.63% -
HSV(B) 342.95º 0.71% 0.97% -
XYZ 44.54 26 21.08 -
YUV 130.32 123.31 211.93 -
System Red Green Blue C M Y K H S L
Decimal 248 72 122 0 0.71 0.51 0.03 342.95 0.93 0.63
Hex F8 48 7A 0 47 33 3 157 5D 3F
Octal 370 110 172 0 107 63 3 527 135 77
Binary 11111000 1001000 1111010 0 1000111 110011 11 101010111 1011101 111111

Color Harmonies of #F8487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8487A

Black with #F8487A

Text Example


Text Example

White with #F8487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8487A; }

 p { color: rgb(248,72,122); }

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

background-color css

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

 a { background-color: rgb(248,72,122); }

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

border-color css

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

 span { border-color: rgb(248,72,122); }

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