Html Css Color HEX #F149C2 Razzle Dazzle Rose

📋 copy color: '#F149C2'

red 241 ◦ green 73 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F149C2

Tints of Razzle Dazzle Rose #F149C2

RGB

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

 GREEN value IS 73 (28.91% from 255) = 14.37%

 BLUE value IS 194 (76.17% from 255) = 38.19%

R = 47.44%
G = 14.37%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#F149C2 (or 0xF149C2) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C2. RGB value is (241,73,194). Sum of RGB (Red+Green+Blue) = 241+73+194=508 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.44% from 508); Green value is 73 (28.91% from 255 or 14.37% from 508); Blue value is 194 (76.17% from 255 or 38.19% from 508); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C2 is #0EB63D. Grayscale: #888888. Windows color (decimal): -964158 or 12732913. OLE color: 12732913.

HSL color Cylindrical-coordinate representation of color #F149C2: hue angle of 316.79º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F149C2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 73 194 -
CMYK 0 0.70 0.20 0.05
HSL 316.79º 0.86% 0.62% -
HSV(B) 316.79º 0.7% 0.95% -
XYZ 48.4 27.36 53.77 -
YUV 137.03 160.16 202.16 -
System Red Green Blue C M Y K H S L
Decimal 241 73 194 0 0.70 0.20 0.05 316.79 0.86 0.62
Hex F1 49 C2 0 46 14 5 13D 56 3E
Octal 361 111 302 0 106 24 5 475 126 76
Binary 11110001 1001001 11000010 0 1000110 10100 101 100111101 1010110 111110

Color Harmonies of #F149C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149C2

Black with #F149C2

Text Example


Text Example

White with #F149C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149C2; }

 p { color: rgb(241,73,194); }

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

background-color css

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

 a { background-color: rgb(241,73,194); }

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

border-color css

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

 span { border-color: rgb(241,73,194); }

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