Html Css Color HEX #F85282 French Rose

📋 copy color: '#F85282'

red 248 ◦ green 82 ◦ blue 130

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

Shades of French Rose #F85282

Tints of French Rose #F85282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 53.91%
G = 17.83%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#F85282 (or 0xF85282) is known color: French Rose. HEX triplet: F8, 52 and 82. RGB value is (248,82,130). Sum of RGB (Red+Green+Blue) = 248+82+130=460 (60% of max value = 765). Red value is 248 (97.27% from 255 or 53.91% from 460); Green value is 82 (32.42% from 255 or 17.83% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 248 - color contains mainly: red. Hex color #F85282 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85282 is #07AD7D. Grayscale: #898989. Windows color (decimal): -503166 or 8540920. OLE color: 8540920.

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

Color convert

RGB 248 82 130 -
CMYK 0 0.67 0.48 0.03
HSL 342.65º 0.92% 0.65% -
HSV(B) 342.65º 0.67% 0.97% -
XYZ 45.76 27.6 24.04 -
YUV 137.11 124 207.1 -
System Red Green Blue C M Y K H S L
Decimal 248 82 130 0 0.67 0.48 0.03 342.65 0.92 0.65
Hex F8 52 82 0 43 30 3 157 5C 41
Octal 370 122 202 0 103 60 3 527 134 101
Binary 11111000 1010010 10000010 0 1000011 110000 11 101010111 1011100 1000001

Color Harmonies of #F85282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85282

Black with #F85282

Text Example


Text Example

White with #F85282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85282; }

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

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

background-color css

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

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

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

border-color css

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

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

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