Html Css Color HEX #F84D96 French Rose

📋 copy color: '#F84D96'

red 248 ◦ green 77 ◦ blue 150

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

Shades of French Rose #F84D96

Tints of French Rose #F84D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.58%

R = 52.21%
G = 16.21%
B = 31.58%

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

#F84D96 (or 0xF84D96) is known color: French Rose. HEX triplet: F8, 4D and 96. RGB value is (248,77,150). Sum of RGB (Red+Green+Blue) = 248+77+150=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 150 (58.98% from 255 or 31.58% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D96 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D96 is #07B269. Grayscale: #888888. Windows color (decimal): -504426 or 9850360. OLE color: 9850360.

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

Color convert

RGB 248 77 150 -
CMYK 0 0.69 0.40 0.03
HSL 334.39º 0.92% 0.64% -
HSV(B) 334.39º 0.69% 0.97% -
XYZ 46.87 27.47 31.69 -
YUV 136.45 135.65 207.56 -
System Red Green Blue C M Y K H S L
Decimal 248 77 150 0 0.69 0.40 0.03 334.39 0.92 0.64
Hex F8 4D 96 0 45 28 3 14E 5C 40
Octal 370 115 226 0 105 50 3 516 134 100
Binary 11111000 1001101 10010110 0 1000101 101000 11 101001110 1011100 1000000

Color Harmonies of #F84D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D96

Black with #F84D96

Text Example


Text Example

White with #F84D96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D96; }

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

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

background-color css

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

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

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

border-color css

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

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

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