Html Css Color HEX #F56094 Brilliant Rose

📋 copy color: '#F56094'

red 245 ◦ green 96 ◦ blue 148

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

Shades of Brilliant Rose #F56094

Tints of Brilliant Rose #F56094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.27%

R = 50.1%
G = 19.63%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#F56094 (or 0xF56094) is known color: Brilliant Rose. HEX triplet: F5, 60 and 94. RGB value is (245,96,148). Sum of RGB (Red+Green+Blue) = 245+96+148=489 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.10% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 148 (58.20% from 255 or 30.27% from 489); Max value from RGB is 245 - color contains mainly: red. Hex color #F56094 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F56094 is #0A9F6B. Grayscale: #929292. Windows color (decimal): -696172 or 9724149. OLE color: 9724149.

HSL color Cylindrical-coordinate representation of color #F56094: hue angle of 339.06º 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 #F56094 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 96 148 -
CMYK 0 0.61 0.40 0.04
HSL 339.06º 0.88% 0.67% -
HSV(B) 339.06º 0.61% 0.96% -
XYZ 47.18 29.92 31.3 -
YUV 146.48 128.86 198.27 -
System Red Green Blue C M Y K H S L
Decimal 245 96 148 0 0.61 0.40 0.04 339.06 0.88 0.67
Hex F5 60 94 0 3D 28 4 153 58 43
Octal 365 140 224 0 75 50 4 523 130 103
Binary 11110101 1100000 10010100 0 111101 101000 100 101010011 1011000 1000011

Color Harmonies of #F56094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F56094

Black with #F56094

Text Example


Text Example

White with #F56094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F56094; }

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

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

background-color css

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

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

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

border-color css

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

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

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