Html Css Color HEX #F84C8C French Rose

📋 copy color: '#F84C8C'

red 248 ◦ green 76 ◦ blue 140

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

Shades of French Rose #F84C8C

Tints of French Rose #F84C8C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.38%

 BLUE value IS 140 (55.08% from 255) = 30.17%

R = 53.45%
G = 16.38%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.44

 K value IS 0.03

RGB Variations

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

Color information

#F84C8C (or 0xF84C8C) is known color: French Rose. HEX triplet: F8, 4C and 8C. RGB value is (248,76,140). Sum of RGB (Red+Green+Blue) = 248+76+140=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 76 (30.08% from 255 or 16.38% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C8C is #07B373. Grayscale: #868686. Windows color (decimal): -504692 or 9194744. OLE color: 9194744.

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

Color convert

RGB 248 76 140 -
CMYK 0 0.69 0.44 0.03
HSL 337.67º 0.92% 0.64% -
HSV(B) 337.67º 0.69% 0.97% -
XYZ 46.03 27.02 27.6 -
YUV 134.72 130.98 208.8 -
System Red Green Blue C M Y K H S L
Decimal 248 76 140 0 0.69 0.44 0.03 337.67 0.92 0.64
Hex F8 4C 8C 0 45 2C 3 152 5C 40
Octal 370 114 214 0 105 54 3 522 134 100
Binary 11111000 1001100 10001100 0 1000101 101100 11 101010010 1011100 1000000

Color Harmonies of #F84C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C8C

Black with #F84C8C

Text Example


Text Example

White with #F84C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C8C; }

 p { color: rgb(248,76,140); }

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

background-color css

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

 a { background-color: rgb(248,76,140); }

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

border-color css

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

 span { border-color: rgb(248,76,140); }

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