Html Css Color HEX #F64F8C French Rose

📋 copy color: '#F64F8C'

red 246 ◦ green 79 ◦ blue 140

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

Shades of French Rose #F64F8C

Tints of French Rose #F64F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 52.9%
G = 16.99%
B = 30.11%

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

#F64F8C (or 0xF64F8C) is known color: French Rose. HEX triplet: F6, 4F and 8C. RGB value is (246,79,140). Sum of RGB (Red+Green+Blue) = 246+79+140=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F8C is #09B073. Grayscale: #878787. Windows color (decimal): -634996 or 9195510. OLE color: 9195510.

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

Color convert

RGB 246 79 140 -
CMYK 0 0.68 0.43 0.04
HSL 338.08º 0.9% 0.64% -
HSV(B) 338.08º 0.68% 0.96% -
XYZ 45.54 27.08 27.64 -
YUV 135.89 130.33 206.54 -
System Red Green Blue C M Y K H S L
Decimal 246 79 140 0 0.68 0.43 0.04 338.08 0.9 0.64
Hex F6 4F 8C 0 44 2B 4 152 5A 40
Octal 366 117 214 0 104 53 4 522 132 100
Binary 11110110 1001111 10001100 0 1000100 101011 100 101010010 1011010 1000000

Color Harmonies of #F64F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F8C

Black with #F64F8C

Text Example


Text Example

White with #F64F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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