Html Css Color HEX #F65083 French Rose

📋 copy color: '#F65083'

red 246 ◦ green 80 ◦ blue 131

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

Shades of French Rose #F65083

Tints of French Rose #F65083

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 131 (51.56% from 255) = 28.67%

R = 53.83%
G = 17.51%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F65083 (or 0xF65083) is known color: French Rose. HEX triplet: F6, 50 and 83. RGB value is (246,80,131). Sum of RGB (Red+Green+Blue) = 246+80+131=457 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.83% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 131 (51.56% from 255 or 28.67% from 457); Max value from RGB is 246 - color contains mainly: red. Hex color #F65083 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65083 is #09AF7C. Grayscale: #878787. Windows color (decimal): -634749 or 8605942. OLE color: 8605942.

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

Color convert

RGB 246 80 131 -
CMYK 0 0.67 0.47 0.04
HSL 341.57º 0.9% 0.64% -
HSV(B) 341.57º 0.67% 0.96% -
XYZ 44.97 26.97 24.31 -
YUV 135.45 125.5 206.85 -
System Red Green Blue C M Y K H S L
Decimal 246 80 131 0 0.67 0.47 0.04 341.57 0.9 0.64
Hex F6 50 83 0 43 2F 4 156 5A 40
Octal 366 120 203 0 103 57 4 526 132 100
Binary 11110110 1010000 10000011 0 1000011 101111 100 101010110 1011010 1000000

Color Harmonies of #F65083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65083

Black with #F65083

Text Example


Text Example

White with #F65083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65083; }

 p { color: rgb(246,80,131); }

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

background-color css

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

 a { background-color: rgb(246,80,131); }

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

border-color css

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

 span { border-color: rgb(246,80,131); }

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