Html Css Color HEX #FD34F0 Razzle Dazzle Rose

📋 copy color: '#FD34F0'

red 253 ◦ green 52 ◦ blue 240

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

Shades of Razzle Dazzle Rose #FD34F0

Tints of Razzle Dazzle Rose #FD34F0

RGB

 RED value IS 253 (99.22% from 255) = 46.42%

 GREEN value IS 52 (20.7% from 255) = 9.54%

 BLUE value IS 240 (94.14% from 255) = 44.04%

R = 46.42%
G = 9.54%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#FD34F0 (or 0xFD34F0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 34 and F0. RGB value is (253,52,240). Sum of RGB (Red+Green+Blue) = 253+52+240=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 52 (20.70% from 255 or 9.54% from 545); Blue value is 240 (94.14% from 255 or 44.04% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FD34F0 is #02CB0F. Grayscale: #848484. Windows color (decimal): -183056 or 15742205. OLE color: 15742205.

HSL color Cylindrical-coordinate representation of color #FD34F0: hue angle of 303.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FD34F0 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 240 -
CMYK 0 0.79 0.05 0.01
HSL 303.88º 0.98% 0.6% -
HSV(B) 303.88º 0.79% 0.99% -
XYZ 57.46 29.63 85.13 -
YUV 133.53 188.09 213.21 -
System Red Green Blue C M Y K H S L
Decimal 253 52 240 0 0.79 0.05 0.01 303.88 0.98 0.6
Hex FD 34 F0 0 4F 5 1 130 62 3C
Octal 375 64 360 0 117 5 1 460 142 74
Binary 11111101 110100 11110000 0 1001111 101 1 100110000 1100010 111100

Color Harmonies of #FD34F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD34F0

Black with #FD34F0

Text Example


Text Example

White with #FD34F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD34F0; }

 p { color: rgb(253,52,240); }

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

background-color css

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

 a { background-color: rgb(253,52,240); }

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

border-color css

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

 span { border-color: rgb(253,52,240); }

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