Html Css Color HEX #FF51D4 Razzle Dazzle Rose

📋 copy color: '#FF51D4'

red 255 ◦ green 81 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FF51D4

Tints of Razzle Dazzle Rose #FF51D4

RGB

 RED value IS 255 (100% from 255) = 46.53%

 GREEN value IS 81 (32.03% from 255) = 14.78%

 BLUE value IS 212 (83.2% from 255) = 38.69%

R = 46.53%
G = 14.78%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.17

 K value IS 0

RGB Variations

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

Color information

#FF51D4 (or 0xFF51D4) is known color: Razzle Dazzle Rose. HEX triplet: FF, 51 and D4. RGB value is (255,81,212). Sum of RGB (Red+Green+Blue) = 255+81+212=548 (72% of max value = 765). Red value is 255 (100% from 255 or 46.53% from 548); Green value is 81 (32.03% from 255 or 14.78% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 255 - color contains mainly: red. Hex color #FF51D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FF51D4 is #00AE2B. Grayscale: #939393. Windows color (decimal): -44588 or 13914623. OLE color: 13914623.

HSL color Cylindrical-coordinate representation of color #FF51D4: hue angle of 314.83º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FF51D4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.

Color convert

RGB 255 81 212 -
CMYK 0 0.68 0.17 0
HSL 314.83º 1% 0.66% -
HSV(B) 314.83º 0.68% 1% -
XYZ 56.07 31.9 65.49 -
YUV 147.96 164.15 204.35 -
System Red Green Blue C M Y K H S L
Decimal 255 81 212 0 0.68 0.17 0 314.83 1 0.66
Hex FF 51 D4 0 44 11 0 13B 64 42
Octal 377 121 324 0 104 21 0 473 144 102
Binary 11111111 1010001 11010100 0 1000100 10001 0 100111011 1100100 1000010

Color Harmonies of #FF51D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF51D4

Black with #FF51D4

Text Example


Text Example

White with #FF51D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF51D4; }

 p { color: rgb(255,81,212); }

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

background-color css

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

 a { background-color: rgb(255,81,212); }

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

border-color css

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

 span { border-color: rgb(255,81,212); }

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