Html Css Color HEX #F85390 French Rose

📋 copy color: '#F85390'

red 248 ◦ green 83 ◦ blue 144

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

Shades of French Rose #F85390

Tints of French Rose #F85390

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.47%

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

R = 52.21%
G = 17.47%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.03

RGB Variations

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

Color information

#F85390 (or 0xF85390) is known color: French Rose. HEX triplet: F8, 53 and 90. RGB value is (248,83,144). Sum of RGB (Red+Green+Blue) = 248+83+144=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F85390 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85390 is #07AC6F. Grayscale: #8B8B8B. Windows color (decimal): -502896 or 9458680. OLE color: 9458680.

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

Color convert

RGB 248 83 144 -
CMYK 0 0.67 0.42 0.03
HSL 337.82º 0.92% 0.65% -
HSV(B) 337.82º 0.67% 0.97% -
XYZ 46.84 28.16 29.35 -
YUV 139.29 130.66 205.54 -
System Red Green Blue C M Y K H S L
Decimal 248 83 144 0 0.67 0.42 0.03 337.82 0.92 0.65
Hex F8 53 90 0 43 2A 3 152 5C 41
Octal 370 123 220 0 103 52 3 522 134 101
Binary 11111000 1010011 10010000 0 1000011 101010 11 101010010 1011100 1000001

Color Harmonies of #F85390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85390

Black with #F85390

Text Example


Text Example

White with #F85390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85390; }

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

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

background-color css

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

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

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

border-color css

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

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

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