Html Css Color HEX #F12CBB Razzle Dazzle Rose

📋 copy color: '#F12CBB'

red 241 ◦ green 44 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F12CBB

Tints of Razzle Dazzle Rose #F12CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.32%

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 51.06%
G = 9.32%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F12CBB (or 0xF12CBB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and BB. RGB value is (241,44,187). Sum of RGB (Red+Green+Blue) = 241+44+187=472 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.06% from 472); Green value is 44 (17.58% from 255 or 9.32% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CBB is #0ED344. Grayscale: #767676. Windows color (decimal): -971589 or 12266737. OLE color: 12266737.

HSL color Cylindrical-coordinate representation of color #F12CBB: hue angle of 316.45º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F12CBB is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 44 187 -
CMYK 0 0.82 0.22 0.05
HSL 316.45º 0.88% 0.56% -
HSV(B) 316.45º 0.82% 0.95% -
XYZ 46.15 24.09 49.23 -
YUV 119.21 166.27 214.87 -
System Red Green Blue C M Y K H S L
Decimal 241 44 187 0 0.82 0.22 0.05 316.45 0.88 0.56
Hex F1 2C BB 0 52 16 5 13C 58 38
Octal 361 54 273 0 122 26 5 474 130 70
Binary 11110001 101100 10111011 0 1010010 10110 101 100111100 1011000 111000

Color Harmonies of #F12CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CBB

Black with #F12CBB

Text Example


Text Example

White with #F12CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CBB; }

 p { color: rgb(241,44,187); }

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

background-color css

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

 a { background-color: rgb(241,44,187); }

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

border-color css

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

 span { border-color: rgb(241,44,187); }

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