Html Css Color HEX #FD34C2 Razzle Dazzle Rose

📋 copy color: '#FD34C2'

red 253 ◦ green 52 ◦ blue 194

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

Shades of Razzle Dazzle Rose #FD34C2

Tints of Razzle Dazzle Rose #FD34C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.88%

R = 50.7%
G = 10.42%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.23

 K value IS 0.01

RGB Variations

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

Color information

#FD34C2 (or 0xFD34C2) is known color: Razzle Dazzle Rose. HEX triplet: FD, 34 and C2. RGB value is (253,52,194). Sum of RGB (Red+Green+Blue) = 253+52+194=499 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.70% from 499); Green value is 52 (20.70% from 255 or 10.42% from 499); Blue value is 194 (76.17% from 255 or 38.88% from 499); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34C2 is #02CB3D. Grayscale: #7F7F7F. Windows color (decimal): -183102 or 12727549. OLE color: 12727549.

HSL color Cylindrical-coordinate representation of color #FD34C2: hue angle of 317.61º 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 #FD34C2 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 52 194 -
CMYK 0 0.79 0.23 0.01
HSL 317.61º 0.98% 0.6% -
HSV(B) 317.61º 0.79% 0.99% -
XYZ 51.47 27.23 53.58 -
YUV 128.29 165.09 216.95 -
System Red Green Blue C M Y K H S L
Decimal 253 52 194 0 0.79 0.23 0.01 317.61 0.98 0.6
Hex FD 34 C2 0 4F 17 1 13E 62 3C
Octal 375 64 302 0 117 27 1 476 142 74
Binary 11111101 110100 11000010 0 1001111 10111 1 100111110 1100010 111100

Color Harmonies of #FD34C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD34C2

Black with #FD34C2

Text Example


Text Example

White with #FD34C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD34C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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