Html Css Color HEX #F84D7F French Rose

📋 copy color: '#F84D7F'

red 248 ◦ green 77 ◦ blue 127

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

Shades of French Rose #F84D7F

Tints of French Rose #F84D7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.1%

R = 54.87%
G = 17.04%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.03

RGB Variations

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

Color information

#F84D7F (or 0xF84D7F) is known color: French Rose. HEX triplet: F8, 4D and 7F. RGB value is (248,77,127). Sum of RGB (Red+Green+Blue) = 248+77+127=452 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.87% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 127 (50% from 255 or 28.10% from 452); Max value from RGB is 248 - color contains mainly: red. Hex color #F84D7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F84D7F is #07B280. Grayscale: #858585. Windows color (decimal): -504449 or 8343032. OLE color: 8343032.

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

Color convert

RGB 248 77 127 -
CMYK 0 0.69 0.49 0.03
HSL 342.46º 0.92% 0.64% -
HSV(B) 342.46º 0.69% 0.97% -
XYZ 45.2 26.8 22.87 -
YUV 133.83 124.15 209.43 -
System Red Green Blue C M Y K H S L
Decimal 248 77 127 0 0.69 0.49 0.03 342.46 0.92 0.64
Hex F8 4D 7F 0 45 31 3 156 5C 40
Octal 370 115 177 0 105 61 3 526 134 100
Binary 11111000 1001101 1111111 0 1000101 110001 11 101010110 1011100 1000000

Color Harmonies of #F84D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84D7F

Black with #F84D7F

Text Example


Text Example

White with #F84D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84D7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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