Html Css Color HEX #F84D91 French Rose

📋 copy color: '#F84D91'

red 248 ◦ green 77 ◦ blue 145

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

Shades of French Rose #F84D91

Tints of French Rose #F84D91

RGB

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

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

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

R = 52.77%
G = 16.38%
B = 30.85%

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

#F84D91 (or 0xF84D91) is known color: French Rose. HEX triplet: F8, 4D and 91. RGB value is (248,77,145). Sum of RGB (Red+Green+Blue) = 248+77+145=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 145 (57.03% from 255 or 30.85% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84D91 is #07B26E. Grayscale: #878787. Windows color (decimal): -504431 or 9522680. OLE color: 9522680.

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

Color convert

RGB 248 77 145 -
CMYK 0 0.69 0.42 0.03
HSL 336.14º 0.92% 0.64% -
HSV(B) 336.14º 0.69% 0.97% -
XYZ 46.48 27.31 29.61 -
YUV 135.88 133.15 207.97 -
System Red Green Blue C M Y K H S L
Decimal 248 77 145 0 0.69 0.42 0.03 336.14 0.92 0.64
Hex F8 4D 91 0 45 2A 3 150 5C 40
Octal 370 115 221 0 105 52 3 520 134 100
Binary 11111000 1001101 10010001 0 1000101 101010 11 101010000 1011100 1000000

Color Harmonies of #F84D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D91

Black with #F84D91

Text Example


Text Example

White with #F84D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D91; }

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

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

background-color css

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

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

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

border-color css

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

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

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