Html Css Color HEX #F84D95 French Rose

📋 copy color: '#F84D95'

red 248 ◦ green 77 ◦ blue 149

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

Shades of French Rose #F84D95

Tints of French Rose #F84D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 52.32%
G = 16.24%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F84D95 (or 0xF84D95) is known color: French Rose. HEX triplet: F8, 4D and 95. RGB value is (248,77,149). Sum of RGB (Red+Green+Blue) = 248+77+149=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D95 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D95 is #07B26A. Grayscale: #888888. Windows color (decimal): -504427 or 9784824. OLE color: 9784824.

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

Color convert

RGB 248 77 149 -
CMYK 0 0.69 0.40 0.03
HSL 334.74º 0.92% 0.64% -
HSV(B) 334.74º 0.69% 0.97% -
XYZ 46.79 27.43 31.26 -
YUV 136.34 135.15 207.65 -
System Red Green Blue C M Y K H S L
Decimal 248 77 149 0 0.69 0.40 0.03 334.74 0.92 0.64
Hex F8 4D 95 0 45 28 3 14F 5C 40
Octal 370 115 225 0 105 50 3 517 134 100
Binary 11111000 1001101 10010101 0 1000101 101000 11 101001111 1011100 1000000

Color Harmonies of #F84D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D95

Black with #F84D95

Text Example


Text Example

White with #F84D95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D95; }

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

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

background-color css

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

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

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

border-color css

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

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

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