Html Css Color HEX #F84881 French Rose

📋 copy color: '#F84881'

red 248 ◦ green 72 ◦ blue 129

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

Shades of French Rose #F84881

Tints of French Rose #F84881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.73%

R = 55.23%
G = 16.04%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F84881 (or 0xF84881) is known color: French Rose. HEX triplet: F8, 48 and 81. RGB value is (248,72,129). Sum of RGB (Red+Green+Blue) = 248+72+129=449 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.23% from 449); Green value is 72 (28.52% from 255 or 16.04% from 449); Blue value is 129 (50.78% from 255 or 28.73% from 449); Max value from RGB is 248 - color contains mainly: red. Hex color #F84881 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84881 is #07B77E. Grayscale: #838383. Windows color (decimal): -505727 or 8472824. OLE color: 8472824.

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

Color convert

RGB 248 72 129 -
CMYK 0 0.71 0.48 0.03
HSL 340.57º 0.93% 0.63% -
HSV(B) 340.57º 0.71% 0.97% -
XYZ 44.99 26.18 23.45 -
YUV 131.12 126.81 211.37 -
System Red Green Blue C M Y K H S L
Decimal 248 72 129 0 0.71 0.48 0.03 340.57 0.93 0.63
Hex F8 48 81 0 47 30 3 155 5D 3F
Octal 370 110 201 0 107 60 3 525 135 77
Binary 11111000 1001000 10000001 0 1000111 110000 11 101010101 1011101 111111

Color Harmonies of #F84881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84881

Black with #F84881

Text Example


Text Example

White with #F84881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84881; }

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

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

background-color css

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

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

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

border-color css

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

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

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