Html Css Color HEX #F84990 French Rose

📋 copy color: '#F84990'

red 248 ◦ green 73 ◦ blue 144

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

Shades of French Rose #F84990

Tints of French Rose #F84990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.7%

 BLUE value IS 144 (56.64% from 255) = 30.97%

R = 53.33%
G = 15.7%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F84990 (or 0xF84990) is known color: French Rose. HEX triplet: F8, 49 and 90. RGB value is (248,73,144). Sum of RGB (Red+Green+Blue) = 248+73+144=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 144 (56.64% from 255 or 30.97% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F84990 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F84990 is #07B66F. Grayscale: #858585. Windows color (decimal): -505456 or 9456120. OLE color: 9456120.

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

Color convert

RGB 248 73 144 -
CMYK 0 0.71 0.42 0.03
HSL 335.66º 0.93% 0.63% -
HSV(B) 335.66º 0.71% 0.97% -
XYZ 46.13 26.74 29.11 -
YUV 133.42 133.98 209.73 -
System Red Green Blue C M Y K H S L
Decimal 248 73 144 0 0.71 0.42 0.03 335.66 0.93 0.63
Hex F8 49 90 0 47 2A 3 150 5D 3F
Octal 370 111 220 0 107 52 3 520 135 77
Binary 11111000 1001001 10010000 0 1000111 101010 11 101010000 1011101 111111

Color Harmonies of #F84990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F84990

Black with #F84990

Text Example


Text Example

White with #F84990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F84990; }

 p { color: rgb(248,73,144); }

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

background-color css

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

 a { background-color: rgb(248,73,144); }

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

border-color css

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

 span { border-color: rgb(248,73,144); }

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