Html Css Color HEX #F84C91 French Rose

📋 copy color: '#F84C91'

red 248 ◦ green 76 ◦ blue 145

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

Shades of French Rose #F84C91

Tints of French Rose #F84C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 52.88%
G = 16.2%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F84C91 (or 0xF84C91) is known color: French Rose. HEX triplet: F8, 4C and 91. RGB value is (248,76,145). Sum of RGB (Red+Green+Blue) = 248+76+145=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F84C91 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84C91 is #07B36E. Grayscale: #878787. Windows color (decimal): -504687 or 9522424. OLE color: 9522424.

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

Color convert

RGB 248 76 145 -
CMYK 0 0.69 0.42 0.03
HSL 335.93º 0.92% 0.64% -
HSV(B) 335.93º 0.69% 0.97% -
XYZ 46.41 27.17 29.59 -
YUV 135.29 133.48 208.39 -
System Red Green Blue C M Y K H S L
Decimal 248 76 145 0 0.69 0.42 0.03 335.93 0.92 0.64
Hex F8 4C 91 0 45 2A 3 150 5C 40
Octal 370 114 221 0 105 52 3 520 134 100
Binary 11111000 1001100 10010001 0 1000101 101010 11 101010000 1011100 1000000

Color Harmonies of #F84C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84C91

Black with #F84C91

Text Example


Text Example

White with #F84C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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