Html Css Color HEX #F128C5 Razzle Dazzle Rose

📋 copy color: '#F128C5'

red 241 ◦ green 40 ◦ blue 197

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

Shades of Razzle Dazzle Rose #F128C5

Tints of Razzle Dazzle Rose #F128C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 41.21%

R = 50.42%
G = 8.37%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.05

RGB Variations

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

Color information

#F128C5 (or 0xF128C5) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and C5. RGB value is (241,40,197). Sum of RGB (Red+Green+Blue) = 241+40+197=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 40 (16.02% from 255 or 8.37% from 478); Blue value is 197 (77.34% from 255 or 41.21% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F128C5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128C5 is #0ED73A. Grayscale: #757575. Windows color (decimal): -972603 or 12921073. OLE color: 12921073.

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

Color convert

RGB 241 40 197 -
CMYK 0 0.83 0.18 0.05
HSL 313.13º 0.88% 0.55% -
HSV(B) 313.13º 0.83% 0.95% -
XYZ 47.11 24.25 55.02 -
YUV 118 172.59 215.73 -
System Red Green Blue C M Y K H S L
Decimal 241 40 197 0 0.83 0.18 0.05 313.13 0.88 0.55
Hex F1 28 C5 0 53 12 5 139 58 37
Octal 361 50 305 0 123 22 5 471 130 67
Binary 11110001 101000 11000101 0 1010011 10010 101 100111001 1011000 110111

Color Harmonies of #F128C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128C5

Black with #F128C5

Text Example


Text Example

White with #F128C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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