Html Css Color HEX #FD3EBE Razzle Dazzle Rose

📋 copy color: '#FD3EBE'

red 253 ◦ green 62 ◦ blue 190

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

Shades of Razzle Dazzle Rose #FD3EBE

Tints of Razzle Dazzle Rose #FD3EBE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.28%

 BLUE value IS 190 (74.61% from 255) = 37.62%

R = 50.1%
G = 12.28%
B = 37.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#FD3EBE (or 0xFD3EBE) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3E and BE. RGB value is (253,62,190). Sum of RGB (Red+Green+Blue) = 253+62+190=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 190 (74.61% from 255 or 37.62% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EBE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EBE is #02C141. Grayscale: #858585. Windows color (decimal): -180546 or 12467965. OLE color: 12467965.

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

Color convert

RGB 253 62 190 -
CMYK 0 0.75 0.25 0.01
HSL 319.79º 0.98% 0.62% -
HSV(B) 319.79º 0.75% 0.99% -
XYZ 51.52 28.05 51.41 -
YUV 133.7 159.78 213.09 -
System Red Green Blue C M Y K H S L
Decimal 253 62 190 0 0.75 0.25 0.01 319.79 0.98 0.62
Hex FD 3E BE 0 4B 19 1 140 62 3E
Octal 375 76 276 0 113 31 1 500 142 76
Binary 11111101 111110 10111110 0 1001011 11001 1 101000000 1100010 111110

Color Harmonies of #FD3EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3EBE

Black with #FD3EBE

Text Example


Text Example

White with #FD3EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3EBE; }

 p { color: rgb(253,62,190); }

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

background-color css

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

 a { background-color: rgb(253,62,190); }

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

border-color css

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

 span { border-color: rgb(253,62,190); }

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