Html Css Color HEX #F64F8D French Rose

📋 copy color: '#F64F8D'

red 246 ◦ green 79 ◦ blue 141

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

Shades of French Rose #F64F8D

Tints of French Rose #F64F8D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.95%

 BLUE value IS 141 (55.47% from 255) = 30.26%

R = 52.79%
G = 16.95%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.04

RGB Variations

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

Color information

#F64F8D (or 0xF64F8D) is known color: French Rose. HEX triplet: F6, 4F and 8D. RGB value is (246,79,141). Sum of RGB (Red+Green+Blue) = 246+79+141=466 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.79% from 466); Green value is 79 (31.25% from 255 or 16.95% from 466); Blue value is 141 (55.47% from 255 or 30.26% from 466); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F8D is #09B072. Grayscale: #878787. Windows color (decimal): -634995 or 9261046. OLE color: 9261046.

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

Color convert

RGB 246 79 141 -
CMYK 0 0.68 0.43 0.04
HSL 337.72º 0.9% 0.64% -
HSV(B) 337.72º 0.68% 0.96% -
XYZ 45.61 27.11 28.03 -
YUV 136 130.83 206.46 -
System Red Green Blue C M Y K H S L
Decimal 246 79 141 0 0.68 0.43 0.04 337.72 0.9 0.64
Hex F6 4F 8D 0 44 2B 4 152 5A 40
Octal 366 117 215 0 104 53 4 522 132 100
Binary 11110110 1001111 10001101 0 1000100 101011 100 101010010 1011010 1000000

Color Harmonies of #F64F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F8D

Black with #F64F8D

Text Example


Text Example

White with #F64F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F8D; }

 p { color: rgb(246,79,141); }

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

background-color css

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

 a { background-color: rgb(246,79,141); }

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

border-color css

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

 span { border-color: rgb(246,79,141); }

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