Html Css Color HEX #F85296 French Rose

📋 copy color: '#F85296'

red 248 ◦ green 82 ◦ blue 150

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

Shades of French Rose #F85296

Tints of French Rose #F85296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 31.25%

R = 51.67%
G = 17.08%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#F85296 (or 0xF85296) is known color: French Rose. HEX triplet: F8, 52 and 96. RGB value is (248,82,150). Sum of RGB (Red+Green+Blue) = 248+82+150=480 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.67% from 480); Green value is 82 (32.42% from 255 or 17.08% from 480); Blue value is 150 (58.98% from 255 or 31.25% from 480); Max value from RGB is 248 - color contains mainly: red. Hex color #F85296 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F85296 is #07AD69. Grayscale: #8B8B8B. Windows color (decimal): -503146 or 9851640. OLE color: 9851640.

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

Color convert

RGB 248 82 150 -
CMYK 0 0.67 0.40 0.03
HSL 335.42º 0.92% 0.65% -
HSV(B) 335.42º 0.67% 0.97% -
XYZ 47.23 28.19 31.81 -
YUV 139.39 134 205.47 -
System Red Green Blue C M Y K H S L
Decimal 248 82 150 0 0.67 0.40 0.03 335.42 0.92 0.65
Hex F8 52 96 0 43 28 3 14F 5C 41
Octal 370 122 226 0 103 50 3 517 134 101
Binary 11111000 1010010 10010110 0 1000011 101000 11 101001111 1011100 1000001

Color Harmonies of #F85296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F85296

Black with #F85296

Text Example


Text Example

White with #F85296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F85296; }

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

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

background-color css

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

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

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

border-color css

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

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

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