Html Css Color HEX #F84F83 French Rose

📋 copy color: '#F84F83'

red 248 ◦ green 79 ◦ blue 131

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

Shades of French Rose #F84F83

Tints of French Rose #F84F83

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.25%

 BLUE value IS 131 (51.56% from 255) = 28.6%

R = 54.15%
G = 17.25%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.03

RGB Variations

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

Color information

#F84F83 (or 0xF84F83) is known color: French Rose. HEX triplet: F8, 4F and 83. RGB value is (248,79,131). Sum of RGB (Red+Green+Blue) = 248+79+131=458 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.15% from 458); Green value is 79 (31.25% from 255 or 17.25% from 458); Blue value is 131 (51.56% from 255 or 28.60% from 458); Max value from RGB is 248 - color contains mainly: red. Hex color #F84F83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F84F83 is #07B07C. Grayscale: #878787. Windows color (decimal): -503933 or 8605688. OLE color: 8605688.

HSL color Cylindrical-coordinate representation of color #F84F83: hue angle of 341.54º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F84F83 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 79 131 -
CMYK 0 0.68 0.47 0.03
HSL 341.54º 0.92% 0.64% -
HSV(B) 341.54º 0.68% 0.97% -
XYZ 45.6 27.19 24.32 -
YUV 135.46 125.49 208.27 -
System Red Green Blue C M Y K H S L
Decimal 248 79 131 0 0.68 0.47 0.03 341.54 0.92 0.64
Hex F8 4F 83 0 44 2F 3 156 5C 40
Octal 370 117 203 0 104 57 3 526 134 100
Binary 11111000 1001111 10000011 0 1000100 101111 11 101010110 1011100 1000000

Color Harmonies of #F84F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84F83

Black with #F84F83

Text Example


Text Example

White with #F84F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84F83; }

 p { color: rgb(248,79,131); }

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

background-color css

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

 a { background-color: rgb(248,79,131); }

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

border-color css

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

 span { border-color: rgb(248,79,131); }

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