Html Css Color HEX #F128C7 Razzle Dazzle Rose

📋 copy color: '#F128C7'

red 241 ◦ green 40 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F128C7

Tints of Razzle Dazzle Rose #F128C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.46%

R = 50.21%
G = 8.33%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F128C7 (or 0xF128C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and C7. RGB value is (241,40,199). Sum of RGB (Red+Green+Blue) = 241+40+199=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 40 (16.02% from 255 or 8.33% from 480); Blue value is 199 (78.12% from 255 or 41.46% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F128C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128C7 is #0ED738. Grayscale: #757575. Windows color (decimal): -972601 or 13052145. OLE color: 13052145.

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

Color convert

RGB 241 40 199 -
CMYK 0 0.83 0.17 0.05
HSL 312.54º 0.88% 0.55% -
HSV(B) 312.54º 0.83% 0.95% -
XYZ 47.34 24.34 56.24 -
YUV 118.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 241 40 199 0 0.83 0.17 0.05 312.54 0.88 0.55
Hex F1 28 C7 0 53 11 5 139 58 37
Octal 361 50 307 0 123 21 5 471 130 67
Binary 11110001 101000 11000111 0 1010011 10001 101 100111001 1011000 110111

Color Harmonies of #F128C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128C7

Black with #F128C7

Text Example


Text Example

White with #F128C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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