Html Css Color HEX #F540D6 Razzle Dazzle Rose

📋 copy color: '#F540D6'

red 245 ◦ green 64 ◦ blue 214

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

Shades of Razzle Dazzle Rose #F540D6

Tints of Razzle Dazzle Rose #F540D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 46.85%
G = 12.24%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.04

RGB Variations

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

Color information

#F540D6 (or 0xF540D6) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and D6. RGB value is (245,64,214). Sum of RGB (Red+Green+Blue) = 245+64+214=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 64 (25.39% from 255 or 12.24% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F540D6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540D6 is #0ABF29. Grayscale: #868686. Windows color (decimal): -704298 or 14041333. OLE color: 14041333.

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

Color convert

RGB 245 64 214 -
CMYK 0 0.74 0.13 0.04
HSL 310.28º 0.9% 0.61% -
HSV(B) 310.28º 0.74% 0.96% -
XYZ 51.63 27.93 66.29 -
YUV 135.22 172.47 206.3 -
System Red Green Blue C M Y K H S L
Decimal 245 64 214 0 0.74 0.13 0.04 310.28 0.9 0.61
Hex F5 40 D6 0 4A D 4 136 5A 3D
Octal 365 100 326 0 112 15 4 466 132 75
Binary 11110101 1000000 11010110 0 1001010 1101 100 100110110 1011010 111101

Color Harmonies of #F540D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540D6

Black with #F540D6

Text Example


Text Example

White with #F540D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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