Html Css Color HEX #FD2EBA Razzle Dazzle Rose

📋 copy color: '#FD2EBA'

red 253 ◦ green 46 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FD2EBA

Tints of Razzle Dazzle Rose #FD2EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.48%

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

R = 52.16%
G = 9.48%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD2EBA (or 0xFD2EBA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2E and BA. RGB value is (253,46,186). Sum of RGB (Red+Green+Blue) = 253+46+186=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2EBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2EBA is #02D145. Grayscale: #7B7B7B. Windows color (decimal): -184646 or 12201725. OLE color: 12201725.

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

Color convert

RGB 253 46 186 -
CMYK 0 0.82 0.26 0.01
HSL 319.42º 0.98% 0.59% -
HSV(B) 319.42º 0.82% 0.99% -
XYZ 50.35 26.38 48.89 -
YUV 123.85 163.08 220.12 -
System Red Green Blue C M Y K H S L
Decimal 253 46 186 0 0.82 0.26 0.01 319.42 0.98 0.59
Hex FD 2E BA 0 52 1A 1 13F 62 3B
Octal 375 56 272 0 122 32 1 477 142 73
Binary 11111101 101110 10111010 0 1010010 11010 1 100111111 1100010 111011

Color Harmonies of #FD2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2EBA

Black with #FD2EBA

Text Example


Text Example

White with #FD2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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