Html Css Color HEX #F84886 French Rose

📋 copy color: '#F84886'

red 248 ◦ green 72 ◦ blue 134

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

Shades of French Rose #F84886

Tints of French Rose #F84886

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.86%

 BLUE value IS 134 (52.73% from 255) = 29.52%

R = 54.63%
G = 15.86%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#F84886 (or 0xF84886) is known color: French Rose. HEX triplet: F8, 48 and 86. RGB value is (248,72,134). Sum of RGB (Red+Green+Blue) = 248+72+134=454 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.63% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 134 (52.73% from 255 or 29.52% from 454); Max value from RGB is 248 - color contains mainly: red. Hex color #F84886 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84886 is #07B779. Grayscale: #838383. Windows color (decimal): -505722 or 8800504. OLE color: 8800504.

HSL color Cylindrical-coordinate representation of color #F84886: hue angle of 338.86º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F84886 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 72 134 -
CMYK 0 0.71 0.46 0.03
HSL 338.86º 0.93% 0.63% -
HSV(B) 338.86º 0.71% 0.97% -
XYZ 45.33 26.31 25.24 -
YUV 131.69 129.31 210.96 -
System Red Green Blue C M Y K H S L
Decimal 248 72 134 0 0.71 0.46 0.03 338.86 0.93 0.63
Hex F8 48 86 0 47 2E 3 153 5D 3F
Octal 370 110 206 0 107 56 3 523 135 77
Binary 11111000 1001000 10000110 0 1000111 101110 11 101010011 1011101 111111

Color Harmonies of #F84886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84886

Black with #F84886

Text Example


Text Example

White with #F84886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84886; }

 p { color: rgb(248,72,134); }

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

background-color css

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

 a { background-color: rgb(248,72,134); }

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

border-color css

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

 span { border-color: rgb(248,72,134); }

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