Html Css Color HEX #F12ECB Razzle Dazzle Rose

📋 copy color: '#F12ECB'

red 241 ◦ green 46 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F12ECB

Tints of Razzle Dazzle Rose #F12ECB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.39%

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

R = 49.18%
G = 9.39%
B = 41.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F12ECB (or 0xF12ECB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2E and CB. RGB value is (241,46,203). Sum of RGB (Red+Green+Blue) = 241+46+203=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 46 (18.36% from 255 or 9.39% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F12ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12ECB is #0ED134. Grayscale: #797979. Windows color (decimal): -971061 or 13315825. OLE color: 13315825.

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

Color convert

RGB 241 46 203 -
CMYK 0 0.81 0.16 0.05
HSL 311.69º 0.87% 0.56% -
HSV(B) 311.69º 0.81% 0.95% -
XYZ 48.03 24.97 58.79 -
YUV 122.2 173.6 212.73 -
System Red Green Blue C M Y K H S L
Decimal 241 46 203 0 0.81 0.16 0.05 311.69 0.87 0.56
Hex F1 2E CB 0 51 10 5 138 57 38
Octal 361 56 313 0 121 20 5 470 127 70
Binary 11110001 101110 11001011 0 1010001 10000 101 100111000 1010111 111000

Color Harmonies of #F12ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12ECB

Black with #F12ECB

Text Example


Text Example

White with #F12ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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