Html Css Color HEX #F84987 French Rose

📋 copy color: '#F84987'

red 248 ◦ green 73 ◦ blue 135

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

Shades of French Rose #F84987

Tints of French Rose #F84987

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.01%

 BLUE value IS 135 (53.13% from 255) = 29.61%

R = 54.39%
G = 16.01%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F84987 (or 0xF84987) is known color: French Rose. HEX triplet: F8, 49 and 87. RGB value is (248,73,135). Sum of RGB (Red+Green+Blue) = 248+73+135=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 73 (28.91% from 255 or 16.01% from 456); Blue value is 135 (53.12% from 255 or 29.61% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F84987 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84987 is #07B678. Grayscale: #848484. Windows color (decimal): -505465 or 8866296. OLE color: 8866296.

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

Color convert

RGB 248 73 135 -
CMYK 0 0.71 0.46 0.03
HSL 338.74º 0.93% 0.63% -
HSV(B) 338.74º 0.71% 0.97% -
XYZ 45.47 26.47 25.63 -
YUV 132.39 129.48 210.46 -
System Red Green Blue C M Y K H S L
Decimal 248 73 135 0 0.71 0.46 0.03 338.74 0.93 0.63
Hex F8 49 87 0 47 2E 3 153 5D 3F
Octal 370 111 207 0 107 56 3 523 135 77
Binary 11111000 1001001 10000111 0 1000111 101110 11 101010011 1011101 111111

Color Harmonies of #F84987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84987

Black with #F84987

Text Example


Text Example

White with #F84987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84987; }

 p { color: rgb(248,73,135); }

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

background-color css

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

 a { background-color: rgb(248,73,135); }

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

border-color css

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

 span { border-color: rgb(248,73,135); }

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