Html Css Color HEX #F84C7D French Rose

📋 copy color: '#F84C7D'

red 248 ◦ green 76 ◦ blue 125

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

Shades of French Rose #F84C7D

Tints of French Rose #F84C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.84%

R = 55.23%
G = 16.93%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#F84C7D (or 0xF84C7D) is known color: French Rose. HEX triplet: F8, 4C and 7D. RGB value is (248,76,125). Sum of RGB (Red+Green+Blue) = 248+76+125=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 76 (30.08% from 255 or 16.93% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F84C7D is #07B382. Grayscale: #848484. Windows color (decimal): -504707 or 8211704. OLE color: 8211704.

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

Color convert

RGB 248 76 125 -
CMYK 0 0.69 0.50 0.03
HSL 342.91º 0.92% 0.64% -
HSV(B) 342.91º 0.69% 0.97% -
XYZ 45 26.61 22.17 -
YUV 133.01 123.48 210.02 -
System Red Green Blue C M Y K H S L
Decimal 248 76 125 0 0.69 0.50 0.03 342.91 0.92 0.64
Hex F8 4C 7D 0 45 32 3 157 5C 40
Octal 370 114 175 0 105 62 3 527 134 100
Binary 11111000 1001100 1111101 0 1000101 110010 11 101010111 1011100 1000000

Color Harmonies of #F84C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C7D

Black with #F84C7D

Text Example


Text Example

White with #F84C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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