Html Css Color HEX #F84D86 French Rose

📋 copy color: '#F84D86'

red 248 ◦ green 77 ◦ blue 134

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

Shades of French Rose #F84D86

Tints of French Rose #F84D86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 54.03%
G = 16.78%
B = 29.19%

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

#F84D86 (or 0xF84D86) is known color: French Rose. HEX triplet: F8, 4D and 86. RGB value is (248,77,134). Sum of RGB (Red+Green+Blue) = 248+77+134=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D86 is #07B279. Grayscale: #868686. Windows color (decimal): -504442 or 8801784. OLE color: 8801784.

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

Color convert

RGB 248 77 134 -
CMYK 0 0.69 0.46 0.03
HSL 340º 0.92% 0.64% -
HSV(B) 340º 0.69% 0.97% -
XYZ 45.67 26.99 25.36 -
YUV 134.63 127.65 208.87 -
System Red Green Blue C M Y K H S L
Decimal 248 77 134 0 0.69 0.46 0.03 340 0.92 0.64
Hex F8 4D 86 0 45 2E 3 154 5C 40
Octal 370 115 206 0 105 56 3 524 134 100
Binary 11111000 1001101 10000110 0 1000101 101110 11 101010100 1011100 1000000

Color Harmonies of #F84D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D86

Black with #F84D86

Text Example


Text Example

White with #F84D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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