Html Css Color HEX #F85290 French Rose

📋 copy color: '#F85290'

red 248 ◦ green 82 ◦ blue 144

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

Shades of French Rose #F85290

Tints of French Rose #F85290

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.3%

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

R = 52.32%
G = 17.3%
B = 30.38%

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

#F85290 (or 0xF85290) is known color: French Rose. HEX triplet: F8, 52 and 90. RGB value is (248,82,144). Sum of RGB (Red+Green+Blue) = 248+82+144=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F85290 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85290 is #07AD6F. Grayscale: #8A8A8A. Windows color (decimal): -503152 or 9458424. OLE color: 9458424.

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

Color convert

RGB 248 82 144 -
CMYK 0 0.67 0.42 0.03
HSL 337.59º 0.92% 0.65% -
HSV(B) 337.59º 0.67% 0.97% -
XYZ 46.76 28 29.33 -
YUV 138.7 131 205.96 -
System Red Green Blue C M Y K H S L
Decimal 248 82 144 0 0.67 0.42 0.03 337.59 0.92 0.65
Hex F8 52 90 0 43 2A 3 152 5C 41
Octal 370 122 220 0 103 52 3 522 134 101
Binary 11111000 1010010 10010000 0 1000011 101010 11 101010010 1011100 1000001

Color Harmonies of #F85290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85290

Black with #F85290

Text Example


Text Example

White with #F85290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85290; }

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

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

background-color css

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

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

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

border-color css

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

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

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