Html Css Color HEX #FD3EBA Razzle Dazzle Rose

📋 copy color: '#FD3EBA'

red 253 ◦ green 62 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FD3EBA

Tints of Razzle Dazzle Rose #FD3EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.13%

R = 50.5%
G = 12.38%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD3EBA (or 0xFD3EBA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 3E and BA. RGB value is (253,62,186). Sum of RGB (Red+Green+Blue) = 253+62+186=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 62 (24.61% from 255 or 12.38% from 501); Blue value is 186 (73.05% from 255 or 37.13% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD3EBA is #02C145. Grayscale: #848484. Windows color (decimal): -180550 or 12205821. OLE color: 12205821.

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

Color convert

RGB 253 62 186 -
CMYK 0 0.75 0.26 0.01
HSL 321.05º 0.98% 0.62% -
HSV(B) 321.05º 0.75% 0.99% -
XYZ 51.09 27.87 49.14 -
YUV 133.25 157.78 213.42 -
System Red Green Blue C M Y K H S L
Decimal 253 62 186 0 0.75 0.26 0.01 321.05 0.98 0.62
Hex FD 3E BA 0 4B 1A 1 141 62 3E
Octal 375 76 272 0 113 32 1 501 142 76
Binary 11111101 111110 10111010 0 1001011 11010 1 101000001 1100010 111110

Color Harmonies of #FD3EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD3EBA

Black with #FD3EBA

Text Example


Text Example

White with #FD3EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD3EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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