Html Css Color HEX #F128BE Razzle Dazzle Rose

📋 copy color: '#F128BE'

red 241 ◦ green 40 ◦ blue 190

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

Shades of Razzle Dazzle Rose #F128BE

Tints of Razzle Dazzle Rose #F128BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 51.17%
G = 8.49%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#F128BE (or 0xF128BE) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and BE. RGB value is (241,40,190). Sum of RGB (Red+Green+Blue) = 241+40+190=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F128BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128BE is #0ED741. Grayscale: #747474. Windows color (decimal): -972610 or 12462321. OLE color: 12462321.

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

Color convert

RGB 241 40 190 -
CMYK 0 0.83 0.21 0.05
HSL 315.22º 0.88% 0.55% -
HSV(B) 315.22º 0.83% 0.95% -
XYZ 46.33 23.94 50.89 -
YUV 117.2 169.09 216.3 -
System Red Green Blue C M Y K H S L
Decimal 241 40 190 0 0.83 0.21 0.05 315.22 0.88 0.55
Hex F1 28 BE 0 53 15 5 13B 58 37
Octal 361 50 276 0 123 25 5 473 130 67
Binary 11110001 101000 10111110 0 1010011 10101 101 100111011 1011000 110111

Color Harmonies of #F128BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128BE

Black with #F128BE

Text Example


Text Example

White with #F128BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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