Html Css Color HEX #F65696 Brilliant Rose

📋 copy color: '#F65696'

red 246 ◦ green 86 ◦ blue 150

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

Shades of Brilliant Rose #F65696

Tints of Brilliant Rose #F65696

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.84%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 51.04%
G = 17.84%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F65696 (or 0xF65696) is known color: Brilliant Rose. HEX triplet: F6, 56 and 96. RGB value is (246,86,150). Sum of RGB (Red+Green+Blue) = 246+86+150=482 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.04% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 246 - color contains mainly: red. Hex color #F65696 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F65696 is #09A969. Grayscale: #8D8D8D. Windows color (decimal): -633194 or 9852662. OLE color: 9852662.

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

Color convert

RGB 246 86 150 -
CMYK 0 0.65 0.39 0.04
HSL 336º 0.9% 0.65% -
HSV(B) 336º 0.65% 0.96% -
XYZ 46.84 28.45 31.88 -
YUV 141.14 133.01 202.8 -
System Red Green Blue C M Y K H S L
Decimal 246 86 150 0 0.65 0.39 0.04 336 0.9 0.65
Hex F6 56 96 0 41 27 4 150 5A 41
Octal 366 126 226 0 101 47 4 520 132 101
Binary 11110110 1010110 10010110 0 1000001 100111 100 101010000 1011010 1000001

Color Harmonies of #F65696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65696

Black with #F65696

Text Example


Text Example

White with #F65696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65696; }

 p { color: rgb(246,86,150); }

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

background-color css

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

 a { background-color: rgb(246,86,150); }

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

border-color css

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

 span { border-color: rgb(246,86,150); }

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