Html Css Color HEX #F128CB Razzle Dazzle Rose

📋 copy color: '#F128CB'

red 241 ◦ green 40 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F128CB

Tints of Razzle Dazzle Rose #F128CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.94%

R = 49.79%
G = 8.26%
B = 41.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F128CB (or 0xF128CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 28 and CB. RGB value is (241,40,203). Sum of RGB (Red+Green+Blue) = 241+40+203=484 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.79% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 241 - color contains mainly: red. Hex color #F128CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F128CB is #0ED734. Grayscale: #767676. Windows color (decimal): -972597 or 13314289. OLE color: 13314289.

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

Color convert

RGB 241 40 203 -
CMYK 0 0.83 0.16 0.05
HSL 311.34º 0.88% 0.55% -
HSV(B) 311.34º 0.83% 0.95% -
XYZ 47.81 24.53 58.71 -
YUV 118.68 175.59 215.25 -
System Red Green Blue C M Y K H S L
Decimal 241 40 203 0 0.83 0.16 0.05 311.34 0.88 0.55
Hex F1 28 CB 0 53 10 5 137 58 37
Octal 361 50 313 0 123 20 5 467 130 67
Binary 11110001 101000 11001011 0 1010011 10000 101 100110111 1011000 110111

Color Harmonies of #F128CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F128CB

Black with #F128CB

Text Example


Text Example

White with #F128CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F128CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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