Html Css Color HEX #F65384 French Rose

📋 copy color: '#F65384'

red 246 ◦ green 83 ◦ blue 132

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

Shades of French Rose #F65384

Tints of French Rose #F65384

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

 BLUE value IS 132 (51.95% from 255) = 28.63%

R = 53.36%
G = 18%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#F65384 (or 0xF65384) is known color: French Rose. HEX triplet: F6, 53 and 84. RGB value is (246,83,132). Sum of RGB (Red+Green+Blue) = 246+83+132=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 132 (51.95% from 255 or 28.63% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F65384 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65384 is #09AC7B. Grayscale: #898989. Windows color (decimal): -633980 or 8672246. OLE color: 8672246.

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

Color convert

RGB 246 83 132 -
CMYK 0 0.66 0.46 0.04
HSL 341.96º 0.9% 0.65% -
HSV(B) 341.96º 0.66% 0.96% -
XYZ 45.26 27.45 24.74 -
YUV 137.32 125 205.52 -
System Red Green Blue C M Y K H S L
Decimal 246 83 132 0 0.66 0.46 0.04 341.96 0.9 0.65
Hex F6 53 84 0 42 2E 4 156 5A 41
Octal 366 123 204 0 102 56 4 526 132 101
Binary 11110110 1010011 10000100 0 1000010 101110 100 101010110 1011010 1000001

Color Harmonies of #F65384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65384

Black with #F65384

Text Example


Text Example

White with #F65384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65384; }

 p { color: rgb(246,83,132); }

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

background-color css

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

 a { background-color: rgb(246,83,132); }

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

border-color css

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

 span { border-color: rgb(246,83,132); }

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