Html Css Color HEX #F56295 Brilliant Rose

📋 copy color: '#F56295'

red 245 ◦ green 98 ◦ blue 149

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

Shades of Brilliant Rose #F56295

Tints of Brilliant Rose #F56295

RGB

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

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

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

R = 49.8%
G = 19.92%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#F56295 (or 0xF56295) is known color: Brilliant Rose. HEX triplet: F5, 62 and 95. RGB value is (245,98,149). Sum of RGB (Red+Green+Blue) = 245+98+149=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F56295 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56295 is #0A9D6A. Grayscale: #939393. Windows color (decimal): -695659 or 9790197. OLE color: 9790197.

HSL color Cylindrical-coordinate representation of color #F56295: hue angle of 339.18º degrees, saturation: 0.88, 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 #F56295 is Cyan = 0, Magento = 0.6, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 98 149 -
CMYK 0 0.6 0.39 0.04
HSL 339.18º 0.88% 0.67% -
HSV(B) 339.18º 0.6% 0.96% -
XYZ 47.45 30.32 31.78 -
YUV 147.77 128.7 197.35 -
System Red Green Blue C M Y K H S L
Decimal 245 98 149 0 0.6 0.39 0.04 339.18 0.88 0.67
Hex F5 62 95 0 3C 27 4 153 58 43
Octal 365 142 225 0 74 47 4 523 130 103
Binary 11110101 1100010 10010101 0 111100 100111 100 101010011 1011000 1000011

Color Harmonies of #F56295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56295

Black with #F56295

Text Example


Text Example

White with #F56295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56295; }

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

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

background-color css

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

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

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

border-color css

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

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

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