Html Css Color HEX #FD41BA Razzle Dazzle Rose

📋 copy color: '#FD41BA'

red 253 ◦ green 65 ◦ blue 186

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

Shades of Razzle Dazzle Rose #FD41BA

Tints of Razzle Dazzle Rose #FD41BA

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.9%

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

R = 50.2%
G = 12.9%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#FD41BA (or 0xFD41BA) is known color: Razzle Dazzle Rose. HEX triplet: FD, 41 and BA. RGB value is (253,65,186). Sum of RGB (Red+Green+Blue) = 253+65+186=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD41BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD41BA is #02BE45. Grayscale: #868686. Windows color (decimal): -179782 or 12206589. OLE color: 12206589.

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

Color convert

RGB 253 65 186 -
CMYK 0 0.74 0.26 0.01
HSL 321.38º 0.98% 0.62% -
HSV(B) 321.38º 0.74% 0.99% -
XYZ 51.26 28.21 49.2 -
YUV 135.01 156.78 212.16 -
System Red Green Blue C M Y K H S L
Decimal 253 65 186 0 0.74 0.26 0.01 321.38 0.98 0.62
Hex FD 41 BA 0 4A 1A 1 141 62 3E
Octal 375 101 272 0 112 32 1 501 142 76
Binary 11111101 1000001 10111010 0 1001010 11010 1 101000001 1100010 111110

Color Harmonies of #FD41BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD41BA

Black with #FD41BA

Text Example


Text Example

White with #FD41BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD41BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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