Html Css Color HEX #F541AD Brilliant Rose

📋 copy color: '#F541AD'

red 245 ◦ green 65 ◦ blue 173

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

Shades of Brilliant Rose #F541AD

Tints of Brilliant Rose #F541AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.46%

 BLUE value IS 173 (67.97% from 255) = 35.82%

R = 50.72%
G = 13.46%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F541AD (or 0xF541AD) is known color: Brilliant Rose. HEX triplet: F5, 41 and AD. RGB value is (245,65,173). Sum of RGB (Red+Green+Blue) = 245+65+173=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 65 (25.78% from 255 or 13.46% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F541AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541AD is #0ABE52. Grayscale: #828282. Windows color (decimal): -704083 or 11354613. OLE color: 11354613.

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

Color convert

RGB 245 65 173 -
CMYK 0 0.73 0.29 0.04
HSL 324º 0.9% 0.61% -
HSV(B) 324º 0.73% 0.96% -
XYZ 47.09 26.21 42.11 -
YUV 131.13 151.63 209.22 -
System Red Green Blue C M Y K H S L
Decimal 245 65 173 0 0.73 0.29 0.04 324 0.9 0.61
Hex F5 41 AD 0 49 1D 4 144 5A 3D
Octal 365 101 255 0 111 35 4 504 132 75
Binary 11110101 1000001 10101101 0 1001001 11101 100 101000100 1011010 111101

Color Harmonies of #F541AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541AD

Black with #F541AD

Text Example


Text Example

White with #F541AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541AD; }

 p { color: rgb(245,65,173); }

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

background-color css

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

 a { background-color: rgb(245,65,173); }

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

border-color css

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

 span { border-color: rgb(245,65,173); }

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