Html Css Color HEX #F64F8F French Rose

📋 copy color: '#F64F8F'

red 246 ◦ green 79 ◦ blue 143

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

Shades of French Rose #F64F8F

Tints of French Rose #F64F8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 30.56%

R = 52.56%
G = 16.88%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F64F8F (or 0xF64F8F) is known color: French Rose. HEX triplet: F6, 4F and 8F. RGB value is (246,79,143). Sum of RGB (Red+Green+Blue) = 246+79+143=468 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.56% from 468); Green value is 79 (31.25% from 255 or 16.88% from 468); Blue value is 143 (56.25% from 255 or 30.56% from 468); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F8F is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F64F8F is #09B070. Grayscale: #888888. Windows color (decimal): -634993 or 9392118. OLE color: 9392118.

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

Color convert

RGB 246 79 143 -
CMYK 0 0.68 0.42 0.04
HSL 337.01º 0.9% 0.64% -
HSV(B) 337.01º 0.68% 0.96% -
XYZ 45.76 27.17 28.82 -
YUV 136.23 131.83 206.3 -
System Red Green Blue C M Y K H S L
Decimal 246 79 143 0 0.68 0.42 0.04 337.01 0.9 0.64
Hex F6 4F 8F 0 44 2A 4 151 5A 40
Octal 366 117 217 0 104 52 4 521 132 100
Binary 11110110 1001111 10001111 0 1000100 101010 100 101010001 1011010 1000000

Color Harmonies of #F64F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F8F

Black with #F64F8F

Text Example


Text Example

White with #F64F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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