Html Css Color HEX #F12CBA Razzle Dazzle Rose

📋 copy color: '#F12CBA'

red 241 ◦ green 44 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F12CBA

Tints of Razzle Dazzle Rose #F12CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.49%

R = 51.17%
G = 9.34%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#F12CBA (or 0xF12CBA) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2C and BA. RGB value is (241,44,186). Sum of RGB (Red+Green+Blue) = 241+44+186=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 186 (73.05% from 255 or 39.49% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F12CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12CBA is #0ED345. Grayscale: #767676. Windows color (decimal): -971590 or 12201201. OLE color: 12201201.

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

Color convert

RGB 241 44 186 -
CMYK 0 0.82 0.23 0.05
HSL 316.75º 0.88% 0.56% -
HSV(B) 316.75º 0.82% 0.95% -
XYZ 46.04 24.05 48.67 -
YUV 119.09 165.77 214.95 -
System Red Green Blue C M Y K H S L
Decimal 241 44 186 0 0.82 0.23 0.05 316.75 0.88 0.56
Hex F1 2C BA 0 52 17 5 13D 58 38
Octal 361 54 272 0 122 27 5 475 130 70
Binary 11110001 101100 10111010 0 1010010 10111 101 100111101 1011000 111000

Color Harmonies of #F12CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12CBA

Black with #F12CBA

Text Example


Text Example

White with #F12CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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