Html Css Color HEX #F56096 Brilliant Rose

📋 copy color: '#F56096'

red 245 ◦ green 96 ◦ blue 150

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

Shades of Brilliant Rose #F56096

Tints of Brilliant Rose #F56096

RGB

 RED value IS 245 (96.09% from 255) = 49.9%

 GREEN value IS 96 (37.89% from 255) = 19.55%

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

R = 49.9%
G = 19.55%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F56096 (or 0xF56096) is known color: Brilliant Rose. HEX triplet: F5, 60 and 96. RGB value is (245,96,150). Sum of RGB (Red+Green+Blue) = 245+96+150=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 150 (58.98% from 255 or 30.55% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F56096 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56096 is #0A9F69. Grayscale: #929292. Windows color (decimal): -696170 or 9855221. OLE color: 9855221.

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

Color convert

RGB 245 96 150 -
CMYK 0 0.61 0.39 0.04
HSL 338.26º 0.88% 0.67% -
HSV(B) 338.26º 0.61% 0.96% -
XYZ 47.34 29.98 32.15 -
YUV 146.71 129.86 198.11 -
System Red Green Blue C M Y K H S L
Decimal 245 96 150 0 0.61 0.39 0.04 338.26 0.88 0.67
Hex F5 60 96 0 3D 27 4 152 58 43
Octal 365 140 226 0 75 47 4 522 130 103
Binary 11110101 1100000 10010110 0 111101 100111 100 101010010 1011000 1000011

Color Harmonies of #F56096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56096

Black with #F56096

Text Example


Text Example

White with #F56096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56096; }

 p { color: rgb(245,96,150); }

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

background-color css

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

 a { background-color: rgb(245,96,150); }

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

border-color css

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

 span { border-color: rgb(245,96,150); }

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