Html Css Color HEX #FD38C0 Razzle Dazzle Rose

📋 copy color: '#FD38C0'

red 253 ◦ green 56 ◦ blue 192

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

Shades of Razzle Dazzle Rose #FD38C0

Tints of Razzle Dazzle Rose #FD38C0

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.18%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 50.5%
G = 11.18%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#FD38C0 (or 0xFD38C0) is known color: Razzle Dazzle Rose. HEX triplet: FD, 38 and C0. RGB value is (253,56,192). Sum of RGB (Red+Green+Blue) = 253+56+192=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 56 (22.27% from 255 or 11.18% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD38C0 is #02C73F. Grayscale: #828282. Windows color (decimal): -182080 or 12597501. OLE color: 12597501.

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

Color convert

RGB 253 56 192 -
CMYK 0 0.78 0.24 0.01
HSL 318.58º 0.98% 0.61% -
HSV(B) 318.58º 0.78% 0.99% -
XYZ 51.44 27.52 52.47 -
YUV 130.41 162.77 215.44 -
System Red Green Blue C M Y K H S L
Decimal 253 56 192 0 0.78 0.24 0.01 318.58 0.98 0.61
Hex FD 38 C0 0 4E 18 1 13F 62 3D
Octal 375 70 300 0 116 30 1 477 142 75
Binary 11111101 111000 11000000 0 1001110 11000 1 100111111 1100010 111101

Color Harmonies of #FD38C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD38C0

Black with #FD38C0

Text Example


Text Example

White with #FD38C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD38C0; }

 p { color: rgb(253,56,192); }

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

background-color css

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

 a { background-color: rgb(253,56,192); }

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

border-color css

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

 span { border-color: rgb(253,56,192); }

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