Html Css Color HEX #F128E7 Razzle Dazzle Rose

📋 copy color: '#F128E7'

red 241 ◦ green 40 ◦ blue 231

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

Shades of Razzle Dazzle Rose #F128E7

Tints of Razzle Dazzle Rose #F128E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 45.12%

R = 47.07%
G = 7.81%
B = 45.12%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#F128E7 (or 0xF128E7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and E7. RGB value is (241,40,231). Sum of RGB (Red+Green+Blue) = 241+40+231=512 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.07% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 241 - color contains mainly: red. Hex color #F128E7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F128E7 is #0ED718. Grayscale: #797979. Windows color (decimal): -972569 or 15149297. OLE color: 15149297.

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

Color convert

RGB 241 40 231 -
CMYK 0 0.83 0.04 0.05
HSL 302.99º 0.88% 0.55% -
HSV(B) 302.99º 0.83% 0.95% -
XYZ 51.46 25.99 77.91 -
YUV 121.87 189.59 212.97 -
System Red Green Blue C M Y K H S L
Decimal 241 40 231 0 0.83 0.04 0.05 302.99 0.88 0.55
Hex F1 28 E7 0 53 4 5 12F 58 37
Octal 361 50 347 0 123 4 5 457 130 67
Binary 11110001 101000 11100111 0 1010011 100 101 100101111 1011000 110111

Color Harmonies of #F128E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128E7

Black with #F128E7

Text Example


Text Example

White with #F128E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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