Html Css Color HEX #F65C8E French Rose

📋 copy color: '#F65C8E'

red 246 ◦ green 92 ◦ blue 142

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

Shades of French Rose #F65C8E

Tints of French Rose #F65C8E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.17%

 BLUE value IS 142 (55.86% from 255) = 29.58%

R = 51.25%
G = 19.17%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#F65C8E (or 0xF65C8E) is known color: French Rose. HEX triplet: F6, 5C and 8E. RGB value is (246,92,142). Sum of RGB (Red+Green+Blue) = 246+92+142=480 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.25% from 480); Green value is 92 (36.33% from 255 or 19.17% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65C8E is #09A371. Grayscale: #8F8F8F. Windows color (decimal): -631666 or 9329910. OLE color: 9329910.

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

Color convert

RGB 246 92 142 -
CMYK 0 0.63 0.42 0.04
HSL 340.52º 0.9% 0.66% -
HSV(B) 340.52º 0.63% 0.96% -
XYZ 46.72 29.2 28.77 -
YUV 143.75 127.02 200.93 -
System Red Green Blue C M Y K H S L
Decimal 246 92 142 0 0.63 0.42 0.04 340.52 0.9 0.66
Hex F6 5C 8E 0 3F 2A 4 155 5A 42
Octal 366 134 216 0 77 52 4 525 132 102
Binary 11110110 1011100 10001110 0 111111 101010 100 101010101 1011010 1000010

Color Harmonies of #F65C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65C8E

Black with #F65C8E

Text Example


Text Example

White with #F65C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65C8E; }

 p { color: rgb(246,92,142); }

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

background-color css

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

 a { background-color: rgb(246,92,142); }

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

border-color css

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

 span { border-color: rgb(246,92,142); }

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