Html Css Color HEX #F12BCD Razzle Dazzle Rose

📋 copy color: '#F12BCD'

red 241 ◦ green 43 ◦ blue 205

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

Shades of Razzle Dazzle Rose #F12BCD

Tints of Razzle Dazzle Rose #F12BCD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.79%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 49.28%
G = 8.79%
B = 41.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F12BCD (or 0xF12BCD) is known color: Razzle Dazzle Rose. HEX triplet: F1, 2B and CD. RGB value is (241,43,205). Sum of RGB (Red+Green+Blue) = 241+43+205=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 43 (17.19% from 255 or 8.79% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F12BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F12BCD is #0ED432. Grayscale: #787878. Windows color (decimal): -971827 or 13446129. OLE color: 13446129.

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

Color convert

RGB 241 43 205 -
CMYK 0 0.82 0.15 0.05
HSL 310.91º 0.88% 0.56% -
HSV(B) 310.91º 0.82% 0.95% -
XYZ 48.16 24.84 60.01 -
YUV 120.67 175.6 213.83 -
System Red Green Blue C M Y K H S L
Decimal 241 43 205 0 0.82 0.15 0.05 310.91 0.88 0.56
Hex F1 2B CD 0 52 F 5 137 58 38
Octal 361 53 315 0 122 17 5 467 130 70
Binary 11110001 101011 11001101 0 1010010 1111 101 100110111 1011000 111000

Color Harmonies of #F12BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F12BCD

Black with #F12BCD

Text Example


Text Example

White with #F12BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F12BCD; }

 p { color: rgb(241,43,205); }

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

background-color css

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

 a { background-color: rgb(241,43,205); }

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

border-color css

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

 span { border-color: rgb(241,43,205); }

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