Html Css Color HEX #F544A0 Brilliant Rose

📋 copy color: '#F544A0'

red 245 ◦ green 68 ◦ blue 160

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

Shades of Brilliant Rose #F544A0

Tints of Brilliant Rose #F544A0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.38%

 BLUE value IS 160 (62.89% from 255) = 33.83%

R = 51.8%
G = 14.38%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.35

 K value IS 0.04

RGB Variations

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

Color information

#F544A0 (or 0xF544A0) is known color: Brilliant Rose. HEX triplet: F5, 44 and A0. RGB value is (245,68,160). Sum of RGB (Red+Green+Blue) = 245+68+160=473 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.80% from 473); Green value is 68 (26.95% from 255 or 14.38% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 245 - color contains mainly: red. Hex color #F544A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F544A0 is #0ABB5F. Grayscale: #838383. Windows color (decimal): -703328 or 10503413. OLE color: 10503413.

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

Color convert

RGB 245 68 160 -
CMYK 0 0.72 0.35 0.04
HSL 328.81º 0.9% 0.61% -
HSV(B) 328.81º 0.72% 0.96% -
XYZ 46.07 26.08 35.86 -
YUV 131.41 144.14 209.02 -
System Red Green Blue C M Y K H S L
Decimal 245 68 160 0 0.72 0.35 0.04 328.81 0.9 0.61
Hex F5 44 A0 0 48 23 4 149 5A 3D
Octal 365 104 240 0 110 43 4 511 132 75
Binary 11110101 1000100 10100000 0 1001000 100011 100 101001001 1011010 111101

Color Harmonies of #F544A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F544A0

Black with #F544A0

Text Example


Text Example

White with #F544A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F544A0; }

 p { color: rgb(245,68,160); }

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

background-color css

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

 a { background-color: rgb(245,68,160); }

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

border-color css

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

 span { border-color: rgb(245,68,160); }

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