Html Css Color HEX #F66595 Brilliant Rose

📋 copy color: '#F66595'

red 246 ◦ green 101 ◦ blue 149

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

Shades of Brilliant Rose #F66595

Tints of Brilliant Rose #F66595

RGB

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

 GREEN value IS 101 (39.84% from 255) = 20.36%

 BLUE value IS 149 (58.59% from 255) = 30.04%

R = 49.6%
G = 20.36%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F66595 (or 0xF66595) is known color: Brilliant Rose. HEX triplet: F6, 65 and 95. RGB value is (246,101,149). Sum of RGB (Red+Green+Blue) = 246+101+149=496 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.60% from 496); Green value is 101 (39.84% from 255 or 20.36% from 496); Blue value is 149 (58.59% from 255 or 30.04% from 496); Max value from RGB is 246 - color contains mainly: red. Hex color #F66595 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66595 is #099A6A. Grayscale: #959595. Windows color (decimal): -629355 or 9790966. OLE color: 9790966.

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

Color convert

RGB 246 101 149 -
CMYK 0 0.59 0.39 0.04
HSL 340.14º 0.89% 0.68% -
HSV(B) 340.14º 0.59% 0.96% -
XYZ 48.08 31.07 31.9 -
YUV 149.83 127.54 196.6 -
System Red Green Blue C M Y K H S L
Decimal 246 101 149 0 0.59 0.39 0.04 340.14 0.89 0.68
Hex F6 65 95 0 3B 27 4 154 59 44
Octal 366 145 225 0 73 47 4 524 131 104
Binary 11110110 1100101 10010101 0 111011 100111 100 101010100 1011001 1000100

Color Harmonies of #F66595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66595

Black with #F66595

Text Example


Text Example

White with #F66595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66595; }

 p { color: rgb(246,101,149); }

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

background-color css

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

 a { background-color: rgb(246,101,149); }

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

border-color css

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

 span { border-color: rgb(246,101,149); }

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