Html Css Color HEX #F84D87 French Rose

📋 copy color: '#F84D87'

red 248 ◦ green 77 ◦ blue 135

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

Shades of French Rose #F84D87

Tints of French Rose #F84D87

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.74%

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

R = 53.91%
G = 16.74%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F84D87 (or 0xF84D87) is known color: French Rose. HEX triplet: F8, 4D and 87. RGB value is (248,77,135). Sum of RGB (Red+Green+Blue) = 248+77+135=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 135 (53.12% from 255 or 29.35% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D87 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D87 is #07B278. Grayscale: #868686. Windows color (decimal): -504441 or 8867320. OLE color: 8867320.

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

Color convert

RGB 248 77 135 -
CMYK 0 0.69 0.46 0.03
HSL 339.65º 0.92% 0.64% -
HSV(B) 339.65º 0.69% 0.97% -
XYZ 45.74 27.01 25.73 -
YUV 134.74 128.15 208.78 -
System Red Green Blue C M Y K H S L
Decimal 248 77 135 0 0.69 0.46 0.03 339.65 0.92 0.64
Hex F8 4D 87 0 45 2E 3 154 5C 40
Octal 370 115 207 0 105 56 3 524 134 100
Binary 11111000 1001101 10000111 0 1000101 101110 11 101010100 1011100 1000000

Color Harmonies of #F84D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D87

Black with #F84D87

Text Example


Text Example

White with #F84D87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D87; }

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

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

background-color css

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

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

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

border-color css

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

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

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