Html Css Color HEX #F540C4 Razzle Dazzle Rose

📋 copy color: '#F540C4'

red 245 ◦ green 64 ◦ blue 196

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

Shades of Razzle Dazzle Rose #F540C4

Tints of Razzle Dazzle Rose #F540C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.81%

R = 48.51%
G = 12.67%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.2

 K value IS 0.04

RGB Variations

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

Color information

#F540C4 (or 0xF540C4) is known color: Razzle Dazzle Rose. HEX triplet: F5, 40 and C4. RGB value is (245,64,196). Sum of RGB (Red+Green+Blue) = 245+64+196=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 64 (25.39% from 255 or 12.67% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F540C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F540C4 is #0ABF3B. Grayscale: #848484. Windows color (decimal): -704316 or 12861685. OLE color: 12861685.

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

Color convert

RGB 245 64 196 -
CMYK 0 0.74 0.2 0.04
HSL 316.24º 0.9% 0.61% -
HSV(B) 316.24º 0.74% 0.96% -
XYZ 49.45 27.06 54.84 -
YUV 133.17 163.47 207.77 -
System Red Green Blue C M Y K H S L
Decimal 245 64 196 0 0.74 0.2 0.04 316.24 0.9 0.61
Hex F5 40 C4 0 4A 14 4 13C 5A 3D
Octal 365 100 304 0 112 24 4 474 132 75
Binary 11110101 1000000 11000100 0 1001010 10100 100 100111100 1011010 111101

Color Harmonies of #F540C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F540C4

Black with #F540C4

Text Example


Text Example

White with #F540C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F540C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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