Html Css Color HEX #F64983 French Rose

📋 copy color: '#F64983'

red 246 ◦ green 73 ◦ blue 131

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

Shades of French Rose #F64983

Tints of French Rose #F64983

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.22%

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

R = 54.67%
G = 16.22%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#F64983 (or 0xF64983) is known color: French Rose. HEX triplet: F6, 49 and 83. RGB value is (246,73,131). Sum of RGB (Red+Green+Blue) = 246+73+131=450 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 131 (51.56% from 255 or 29.11% from 450); Max value from RGB is 246 - color contains mainly: red. Hex color #F64983 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64983 is #09B67C. Grayscale: #838383. Windows color (decimal): -636541 or 8604150. OLE color: 8604150.

HSL color Cylindrical-coordinate representation of color #F64983: hue angle of 339.88º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64983 is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 73 131 -
CMYK 0 0.70 0.47 0.04
HSL 339.88º 0.91% 0.63% -
HSV(B) 339.88º 0.7% 0.96% -
XYZ 44.49 26 24.15 -
YUV 131.34 127.81 209.78 -
System Red Green Blue C M Y K H S L
Decimal 246 73 131 0 0.70 0.47 0.04 339.88 0.91 0.63
Hex F6 49 83 0 46 2F 4 154 5B 3F
Octal 366 111 203 0 106 57 4 524 133 77
Binary 11110110 1001001 10000011 0 1000110 101111 100 101010100 1011011 111111

Color Harmonies of #F64983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64983

Black with #F64983

Text Example


Text Example

White with #F64983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64983; }

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

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

background-color css

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

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

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

border-color css

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

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

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