Html Css Color HEX #F128D9 Razzle Dazzle Rose

📋 copy color: '#F128D9'

red 241 ◦ green 40 ◦ blue 217

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

Shades of Razzle Dazzle Rose #F128D9

Tints of Razzle Dazzle Rose #F128D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.57%

R = 48.39%
G = 8.03%
B = 43.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#F128D9 (or 0xF128D9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and D9. RGB value is (241,40,217). Sum of RGB (Red+Green+Blue) = 241+40+217=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 40 (16.02% from 255 or 8.03% from 498); Blue value is 217 (85.16% from 255 or 43.57% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F128D9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128D9 is #0ED726. Grayscale: #777777. Windows color (decimal): -972583 or 14231793. OLE color: 14231793.

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

Color convert

RGB 241 40 217 -
CMYK 0 0.83 0.10 0.05
HSL 307.16º 0.88% 0.55% -
HSV(B) 307.16º 0.83% 0.95% -
XYZ 49.56 25.23 67.9 -
YUV 120.28 182.59 214.11 -
System Red Green Blue C M Y K H S L
Decimal 241 40 217 0 0.83 0.10 0.05 307.16 0.88 0.55
Hex F1 28 D9 0 53 A 5 133 58 37
Octal 361 50 331 0 123 12 5 463 130 67
Binary 11110001 101000 11011001 0 1010011 1010 101 100110011 1011000 110111

Color Harmonies of #F128D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128D9

Black with #F128D9

Text Example


Text Example

White with #F128D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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