Html Css Color HEX #F65280 French Rose

📋 copy color: '#F65280'

red 246 ◦ green 82 ◦ blue 128

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

Shades of French Rose #F65280

Tints of French Rose #F65280

RGB

 RED value IS 246 (96.48% from 255) = 53.95%

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

 BLUE value IS 128 (50.39% from 255) = 28.07%

R = 53.95%
G = 17.98%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F65280 (or 0xF65280) is known color: French Rose. HEX triplet: F6, 52 and 80. RGB value is (246,82,128). Sum of RGB (Red+Green+Blue) = 246+82+128=456 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.95% from 456); Green value is 82 (32.42% from 255 or 17.98% from 456); Blue value is 128 (50.39% from 255 or 28.07% from 456); Max value from RGB is 246 - color contains mainly: red. Hex color #F65280 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65280 is #09AD7F. Grayscale: #888888. Windows color (decimal): -634240 or 8409846. OLE color: 8409846.

HSL color Cylindrical-coordinate representation of color #F65280: hue angle of 343.17º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F65280 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 82 128 -
CMYK 0 0.67 0.48 0.04
HSL 343.17º 0.9% 0.64% -
HSV(B) 343.17º 0.67% 0.96% -
XYZ 44.92 27.19 23.3 -
YUV 136.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 246 82 128 0 0.67 0.48 0.04 343.17 0.9 0.64
Hex F6 52 80 0 43 30 4 157 5A 40
Octal 366 122 200 0 103 60 4 527 132 100
Binary 11110110 1010010 10000000 0 1000011 110000 100 101010111 1011010 1000000

Color Harmonies of #F65280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65280

Black with #F65280

Text Example


Text Example

White with #F65280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65280; }

 p { color: rgb(246,82,128); }

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

background-color css

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

 a { background-color: rgb(246,82,128); }

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

border-color css

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

 span { border-color: rgb(246,82,128); }

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