Html Css Color HEX #F128DC Razzle Dazzle Rose

📋 copy color: '#F128DC'

red 241 ◦ green 40 ◦ blue 220

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

Shades of Razzle Dazzle Rose #F128DC

Tints of Razzle Dazzle Rose #F128DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 48.1%
G = 7.98%
B = 43.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#F128DC (or 0xF128DC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and DC. RGB value is (241,40,220). Sum of RGB (Red+Green+Blue) = 241+40+220=501 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.10% from 501); Green value is 40 (16.02% from 255 or 7.98% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 241 - color contains mainly: red. Hex color #F128DC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128DC is #0ED723. Grayscale: #787878. Windows color (decimal): -972580 or 14428401. OLE color: 14428401.

HSL color Cylindrical-coordinate representation of color #F128DC: hue angle of 306.27º 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 #F128DC is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 220 -
CMYK 0 0.83 0.09 0.05
HSL 306.27º 0.88% 0.55% -
HSV(B) 306.27º 0.83% 0.95% -
XYZ 49.95 25.39 69.98 -
YUV 120.62 184.09 213.86 -
System Red Green Blue C M Y K H S L
Decimal 241 40 220 0 0.83 0.09 0.05 306.27 0.88 0.55
Hex F1 28 DC 0 53 9 5 132 58 37
Octal 361 50 334 0 123 11 5 462 130 67
Binary 11110001 101000 11011100 0 1010011 1001 101 100110010 1011000 110111

Color Harmonies of #F128DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128DC

Black with #F128DC

Text Example


Text Example

White with #F128DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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