Html Css Color HEX #F128DA Razzle Dazzle Rose

📋 copy color: '#F128DA'

red 241 ◦ green 40 ◦ blue 218

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

Shades of Razzle Dazzle Rose #F128DA

Tints of Razzle Dazzle Rose #F128DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.69%

R = 48.3%
G = 8.02%
B = 43.69%

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

#F128DA (or 0xF128DA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and DA. RGB value is (241,40,218). Sum of RGB (Red+Green+Blue) = 241+40+218=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 40 (16.02% from 255 or 8.02% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F128DA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128DA is #0ED725. Grayscale: #777777. Windows color (decimal): -972582 or 14297329. OLE color: 14297329.

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

Color convert

RGB 241 40 218 -
CMYK 0 0.83 0.10 0.05
HSL 306.87º 0.88% 0.55% -
HSV(B) 306.87º 0.83% 0.95% -
XYZ 49.69 25.28 68.59 -
YUV 120.39 183.09 214.03 -
System Red Green Blue C M Y K H S L
Decimal 241 40 218 0 0.83 0.10 0.05 306.87 0.88 0.55
Hex F1 28 DA 0 53 A 5 133 58 37
Octal 361 50 332 0 123 12 5 463 130 67
Binary 11110001 101000 11011010 0 1010011 1010 101 100110011 1011000 110111

Color Harmonies of #F128DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128DA

Black with #F128DA

Text Example


Text Example

White with #F128DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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