Html Css Color HEX #F84A93 French Rose

📋 copy color: '#F84A93'

red 248 ◦ green 74 ◦ blue 147

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

Shades of French Rose #F84A93

Tints of French Rose #F84A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.78%

 BLUE value IS 147 (57.81% from 255) = 31.34%

R = 52.88%
G = 15.78%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#F84A93 (or 0xF84A93) is known color: French Rose. HEX triplet: F8, 4A and 93. RGB value is (248,74,147). Sum of RGB (Red+Green+Blue) = 248+74+147=469 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.88% from 469); Green value is 74 (29.30% from 255 or 15.78% from 469); Blue value is 147 (57.81% from 255 or 31.34% from 469); Max value from RGB is 248 - color contains mainly: red. Hex color #F84A93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84A93 is #07B56C. Grayscale: #868686. Windows color (decimal): -505197 or 9652984. OLE color: 9652984.

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

Color convert

RGB 248 74 147 -
CMYK 0 0.70 0.41 0.03
HSL 334.83º 0.93% 0.63% -
HSV(B) 334.83º 0.7% 0.97% -
XYZ 46.43 26.96 30.36 -
YUV 134.35 135.15 209.06 -
System Red Green Blue C M Y K H S L
Decimal 248 74 147 0 0.70 0.41 0.03 334.83 0.93 0.63
Hex F8 4A 93 0 46 29 3 14F 5D 3F
Octal 370 112 223 0 106 51 3 517 135 77
Binary 11111000 1001010 10010011 0 1000110 101001 11 101001111 1011101 111111

Color Harmonies of #F84A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84A93

Black with #F84A93

Text Example


Text Example

White with #F84A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84A93; }

 p { color: rgb(248,74,147); }

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

background-color css

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

 a { background-color: rgb(248,74,147); }

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

border-color css

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

 span { border-color: rgb(248,74,147); }

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