Html Css Color HEX #F541B0 Brilliant Rose

📋 copy color: '#F541B0'

red 245 ◦ green 65 ◦ blue 176

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

Shades of Brilliant Rose #F541B0

Tints of Brilliant Rose #F541B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 50.41%
G = 13.37%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.28

 K value IS 0.04

RGB Variations

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

Color information

#F541B0 (or 0xF541B0) is known color: Brilliant Rose. HEX triplet: F5, 41 and B0. RGB value is (245,65,176). Sum of RGB (Red+Green+Blue) = 245+65+176=486 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.41% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 245 - color contains mainly: red. Hex color #F541B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541B0 is #0ABE4F. Grayscale: #838383. Windows color (decimal): -704080 or 11551221. OLE color: 11551221.

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

Color convert

RGB 245 65 176 -
CMYK 0 0.73 0.28 0.04
HSL 323º 0.9% 0.61% -
HSV(B) 323º 0.73% 0.96% -
XYZ 47.38 26.33 43.66 -
YUV 131.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 245 65 176 0 0.73 0.28 0.04 323 0.9 0.61
Hex F5 41 B0 0 49 1C 4 143 5A 3D
Octal 365 101 260 0 111 34 4 503 132 75
Binary 11110101 1000001 10110000 0 1001001 11100 100 101000011 1011010 111101

Color Harmonies of #F541B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541B0

Black with #F541B0

Text Example


Text Example

White with #F541B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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