Html Css Color HEX #F540E1 Razzle Dazzle Rose

📋 copy color: '#F540E1'

red 245 ◦ green 64 ◦ blue 225

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

Shades of Razzle Dazzle Rose #F540E1

Tints of Razzle Dazzle Rose #F540E1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.99%

 BLUE value IS 225 (88.28% from 255) = 42.13%

R = 45.88%
G = 11.99%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#F540E1 (or 0xF540E1) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and E1. RGB value is (245,64,225). Sum of RGB (Red+Green+Blue) = 245+64+225=534 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.88% from 534); Green value is 64 (25.39% from 255 or 11.99% from 534); Blue value is 225 (88.28% from 255 or 42.13% from 534); Max value from RGB is 245 - color contains mainly: red. Hex color #F540E1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540E1 is #0ABF1E. Grayscale: #888888. Windows color (decimal): -704287 or 14762229. OLE color: 14762229.

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

Color convert

RGB 245 64 225 -
CMYK 0 0.74 0.08 0.04
HSL 306.63º 0.9% 0.61% -
HSV(B) 306.63º 0.74% 0.96% -
XYZ 53.08 28.52 73.94 -
YUV 136.47 177.97 205.41 -
System Red Green Blue C M Y K H S L
Decimal 245 64 225 0 0.74 0.08 0.04 306.63 0.9 0.61
Hex F5 40 E1 0 4A 8 4 133 5A 3D
Octal 365 100 341 0 112 10 4 463 132 75
Binary 11110101 1000000 11100001 0 1001010 1000 100 100110011 1011010 111101

Color Harmonies of #F540E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540E1

Black with #F540E1

Text Example


Text Example

White with #F540E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540E1; }

 p { color: rgb(245,64,225); }

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

background-color css

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

 a { background-color: rgb(245,64,225); }

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

border-color css

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

 span { border-color: rgb(245,64,225); }

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