Html Css Color HEX #F128DD Razzle Dazzle Rose

📋 copy color: '#F128DD'

red 241 ◦ green 40 ◦ blue 221

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

Shades of Razzle Dazzle Rose #F128DD

Tints of Razzle Dazzle Rose #F128DD

RGB

 RED value IS 241 (94.53% from 255) = 48.01%

 GREEN value IS 40 (16.02% from 255) = 7.97%

 BLUE value IS 221 (86.72% from 255) = 44.02%

R = 48.01%
G = 7.97%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#F128DD (or 0xF128DD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and DD. RGB value is (241,40,221). Sum of RGB (Red+Green+Blue) = 241+40+221=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 40 (16.02% from 255 or 7.97% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F128DD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128DD is #0ED722. Grayscale: #787878. Windows color (decimal): -972579 or 14493937. OLE color: 14493937.

HSL color Cylindrical-coordinate representation of color #F128DD: hue angle of 305.97º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F128DD is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 221 -
CMYK 0 0.83 0.08 0.05
HSL 305.97º 0.88% 0.55% -
HSV(B) 305.97º 0.83% 0.95% -
XYZ 50.09 25.44 70.68 -
YUV 120.73 184.59 213.78 -
System Red Green Blue C M Y K H S L
Decimal 241 40 221 0 0.83 0.08 0.05 305.97 0.88 0.55
Hex F1 28 DD 0 53 8 5 132 58 37
Octal 361 50 335 0 123 10 5 462 130 67
Binary 11110001 101000 11011101 0 1010011 1000 101 100110010 1011000 110111

Color Harmonies of #F128DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128DD

Black with #F128DD

Text Example


Text Example

White with #F128DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128DD; }

 p { color: rgb(241,40,221); }

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

background-color css

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

 a { background-color: rgb(241,40,221); }

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

border-color css

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

 span { border-color: rgb(241,40,221); }

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