Html Css Color HEX #F65285 French Rose

📋 copy color: '#F65285'

red 246 ◦ green 82 ◦ blue 133

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

Shades of French Rose #F65285

Tints of French Rose #F65285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 53.36%
G = 17.79%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F65285 (or 0xF65285) is known color: French Rose. HEX triplet: F6, 52 and 85. RGB value is (246,82,133). Sum of RGB (Red+Green+Blue) = 246+82+133=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65285 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65285 is #09AD7A. Grayscale: #888888. Windows color (decimal): -634235 or 8737526. OLE color: 8737526.

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

Color convert

RGB 246 82 133 -
CMYK 0 0.67 0.46 0.04
HSL 341.34º 0.9% 0.64% -
HSV(B) 341.34º 0.67% 0.96% -
XYZ 45.26 27.32 25.08 -
YUV 136.85 125.83 205.85 -
System Red Green Blue C M Y K H S L
Decimal 246 82 133 0 0.67 0.46 0.04 341.34 0.9 0.64
Hex F6 52 85 0 43 2E 4 155 5A 40
Octal 366 122 205 0 103 56 4 525 132 100
Binary 11110110 1010010 10000101 0 1000011 101110 100 101010101 1011010 1000000

Color Harmonies of #F65285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65285

Black with #F65285

Text Example


Text Example

White with #F65285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65285; }

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

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

background-color css

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

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

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

border-color css

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

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

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