Html Css Color HEX #F64982 French Rose

📋 copy color: '#F64982'

red 246 ◦ green 73 ◦ blue 130

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

Shades of French Rose #F64982

Tints of French Rose #F64982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.95%

R = 54.79%
G = 16.26%
B = 28.95%

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

#F64982 (or 0xF64982) is known color: French Rose. HEX triplet: F6, 49 and 82. RGB value is (246,73,130). Sum of RGB (Red+Green+Blue) = 246+73+130=449 (59% of max value = 765). Red value is 246 (96.48% from 255 or 54.79% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 130 (51.17% from 255 or 28.95% from 449); Max value from RGB is 246 - color contains mainly: red. Hex color #F64982 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F64982 is #09B67D. Grayscale: #838383. Windows color (decimal): -636542 or 8538614. OLE color: 8538614.

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

Color convert

RGB 246 73 130 -
CMYK 0 0.70 0.47 0.04
HSL 340.23º 0.91% 0.63% -
HSV(B) 340.23º 0.7% 0.96% -
XYZ 44.42 25.97 23.79 -
YUV 131.23 127.31 209.87 -
System Red Green Blue C M Y K H S L
Decimal 246 73 130 0 0.70 0.47 0.04 340.23 0.91 0.63
Hex F6 49 82 0 46 2F 4 154 5B 3F
Octal 366 111 202 0 106 57 4 524 133 77
Binary 11110110 1001001 10000010 0 1000110 101111 100 101010100 1011011 111111

Color Harmonies of #F64982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64982

Black with #F64982

Text Example


Text Example

White with #F64982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64982; }

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

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

background-color css

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

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

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

border-color css

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

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

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