Html Css Color HEX #F66295 Brilliant Rose

📋 copy color: '#F66295'

red 246 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #F66295

Tints of Brilliant Rose #F66295

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.88%

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

R = 49.9%
G = 19.88%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F66295 (or 0xF66295) is known color: Brilliant Rose. HEX triplet: F6, 62 and 95. RGB value is (246,98,149). Sum of RGB (Red+Green+Blue) = 246+98+149=493 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.90% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 246 - color contains mainly: red. Hex color #F66295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F66295 is #099D6A. Grayscale: #949494. Windows color (decimal): -630123 or 9790198. OLE color: 9790198.

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

Color convert

RGB 246 98 149 -
CMYK 0 0.60 0.39 0.04
HSL 339.32º 0.89% 0.67% -
HSV(B) 339.32º 0.6% 0.96% -
XYZ 47.8 30.5 31.8 -
YUV 148.07 128.53 197.85 -
System Red Green Blue C M Y K H S L
Decimal 246 98 149 0 0.60 0.39 0.04 339.32 0.89 0.67
Hex F6 62 95 0 3C 27 4 153 59 43
Octal 366 142 225 0 74 47 4 523 131 103
Binary 11110110 1100010 10010101 0 111100 100111 100 101010011 1011001 1000011

Color Harmonies of #F66295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66295

Black with #F66295

Text Example


Text Example

White with #F66295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66295; }

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

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

background-color css

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

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

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

border-color css

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

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

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