Html Css Color HEX #F84D7C French Rose

📋 copy color: '#F84D7C'

red 248 ◦ green 77 ◦ blue 124

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

Shades of French Rose #F84D7C

Tints of French Rose #F84D7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 55.23%
G = 17.15%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#F84D7C (or 0xF84D7C) is known color: French Rose. HEX triplet: F8, 4D and 7C. RGB value is (248,77,124). Sum of RGB (Red+Green+Blue) = 248+77+124=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D7C is #07B283. Grayscale: #858585. Windows color (decimal): -504452 or 8146424. OLE color: 8146424.

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

Color convert

RGB 248 77 124 -
CMYK 0 0.69 0.5 0.03
HSL 343.51º 0.92% 0.64% -
HSV(B) 343.51º 0.69% 0.97% -
XYZ 45 26.72 21.85 -
YUV 133.49 122.65 209.68 -
System Red Green Blue C M Y K H S L
Decimal 248 77 124 0 0.69 0.5 0.03 343.51 0.92 0.64
Hex F8 4D 7C 0 45 32 3 158 5C 40
Octal 370 115 174 0 105 62 3 530 134 100
Binary 11111000 1001101 1111100 0 1000101 110010 11 101011000 1011100 1000000

Color Harmonies of #F84D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D7C

Black with #F84D7C

Text Example


Text Example

White with #F84D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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