Html Css Color HEX #F541BE Razzle Dazzle Rose

📋 copy color: '#F541BE'

red 245 ◦ green 65 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F541BE

Tints of Razzle Dazzle Rose #F541BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38%

R = 49%
G = 13%
B = 38%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#F541BE (or 0xF541BE) is known color: Razzle Dazzle Rose. HEX triplet: F5, 41 and BE. RGB value is (245,65,190). Sum of RGB (Red+Green+Blue) = 245+65+190=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 65 (25.78% from 255 or 13% from 500); Blue value is 190 (74.61% from 255 or 38% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F541BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F541BE is #0ABE41. Grayscale: #848484. Windows color (decimal): -704066 or 12468725. OLE color: 12468725.

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

Color convert

RGB 245 65 190 -
CMYK 0 0.73 0.22 0.04
HSL 318.33º 0.9% 0.61% -
HSV(B) 318.33º 0.73% 0.96% -
XYZ 48.84 26.91 51.34 -
YUV 133.07 160.13 207.84 -
System Red Green Blue C M Y K H S L
Decimal 245 65 190 0 0.73 0.22 0.04 318.33 0.9 0.61
Hex F5 41 BE 0 49 16 4 13E 5A 3D
Octal 365 101 276 0 111 26 4 476 132 75
Binary 11110101 1000001 10111110 0 1001001 10110 100 100111110 1011010 111101

Color Harmonies of #F541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F541BE

Black with #F541BE

Text Example


Text Example

White with #F541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F541BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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