Html Css Color HEX #F65494 French Rose

📋 copy color: '#F65494'

red 246 ◦ green 84 ◦ blue 148

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

Shades of French Rose #F65494

Tints of French Rose #F65494

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.57%

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 51.46%
G = 17.57%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F65494 (or 0xF65494) is known color: French Rose. HEX triplet: F6, 54 and 94. RGB value is (246,84,148). Sum of RGB (Red+Green+Blue) = 246+84+148=478 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.46% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 246 - color contains mainly: red. Hex color #F65494 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65494 is #09AB6B. Grayscale: #8B8B8B. Windows color (decimal): -633708 or 9721078. OLE color: 9721078.

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

Color convert

RGB 246 84 148 -
CMYK 0 0.66 0.40 0.04
HSL 336.3º 0.9% 0.65% -
HSV(B) 336.3º 0.66% 0.96% -
XYZ 46.52 28.07 30.98 -
YUV 139.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 246 84 148 0 0.66 0.40 0.04 336.3 0.9 0.65
Hex F6 54 94 0 42 28 4 150 5A 41
Octal 366 124 224 0 102 50 4 520 132 101
Binary 11110110 1010100 10010100 0 1000010 101000 100 101010000 1011010 1000001

Color Harmonies of #F65494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65494

Black with #F65494

Text Example


Text Example

White with #F65494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65494; }

 p { color: rgb(246,84,148); }

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

background-color css

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

 a { background-color: rgb(246,84,148); }

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

border-color css

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

 span { border-color: rgb(246,84,148); }

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