Html Css Color HEX #F128E2 Razzle Dazzle Rose

📋 copy color: '#F128E2'

red 241 ◦ green 40 ◦ blue 226

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

Shades of Razzle Dazzle Rose #F128E2

Tints of Razzle Dazzle Rose #F128E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.58%

R = 47.53%
G = 7.89%
B = 44.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#F128E2 (or 0xF128E2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and E2. RGB value is (241,40,226). Sum of RGB (Red+Green+Blue) = 241+40+226=507 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.53% from 507); Green value is 40 (16.02% from 255 or 7.89% from 507); Blue value is 226 (88.67% from 255 or 44.58% from 507); Max value from RGB is 241 - color contains mainly: red. Hex color #F128E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128E2 is #0ED71D. Grayscale: #787878. Windows color (decimal): -972574 or 14821617. OLE color: 14821617.

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

Color convert

RGB 241 40 226 -
CMYK 0 0.83 0.06 0.05
HSL 304.48º 0.88% 0.55% -
HSV(B) 304.48º 0.83% 0.95% -
XYZ 50.76 25.71 74.24 -
YUV 121.3 187.09 213.38 -
System Red Green Blue C M Y K H S L
Decimal 241 40 226 0 0.83 0.06 0.05 304.48 0.88 0.55
Hex F1 28 E2 0 53 6 5 130 58 37
Octal 361 50 342 0 123 6 5 460 130 67
Binary 11110001 101000 11100010 0 1010011 110 101 100110000 1011000 110111

Color Harmonies of #F128E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128E2

Black with #F128E2

Text Example


Text Example

White with #F128E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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