Html Css Color HEX #F541AF Brilliant Rose

📋 copy color: '#F541AF'

red 245 ◦ green 65 ◦ blue 175

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

Shades of Brilliant Rose #F541AF

Tints of Brilliant Rose #F541AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 50.52%
G = 13.4%
B = 36.08%

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

#F541AF (or 0xF541AF) is known color: Brilliant Rose. HEX triplet: F5, 41 and AF. RGB value is (245,65,175). Sum of RGB (Red+Green+Blue) = 245+65+175=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 65 (25.78% from 255 or 13.40% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F541AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F541AF is #0ABE50. Grayscale: #838383. Windows color (decimal): -704081 or 11485685. OLE color: 11485685.

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

Color convert

RGB 245 65 175 -
CMYK 0 0.73 0.29 0.04
HSL 323.33º 0.9% 0.61% -
HSV(B) 323.33º 0.73% 0.96% -
XYZ 47.28 26.29 43.14 -
YUV 131.36 152.63 209.06 -
System Red Green Blue C M Y K H S L
Decimal 245 65 175 0 0.73 0.29 0.04 323.33 0.9 0.61
Hex F5 41 AF 0 49 1D 4 143 5A 3D
Octal 365 101 257 0 111 35 4 503 132 75
Binary 11110101 1000001 10101111 0 1001001 11101 100 101000011 1011010 111101

Color Harmonies of #F541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541AF

Black with #F541AF

Text Example


Text Example

White with #F541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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