Html Css Color HEX #F149C9 Razzle Dazzle Rose

📋 copy color: '#F149C9'

red 241 ◦ green 73 ◦ blue 201

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

Shades of Razzle Dazzle Rose #F149C9

Tints of Razzle Dazzle Rose #F149C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.03%

R = 46.8%
G = 14.17%
B = 39.03%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.05

RGB Variations

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

Color information

#F149C9 (or 0xF149C9) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C9. RGB value is (241,73,201). Sum of RGB (Red+Green+Blue) = 241+73+201=515 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.80% from 515); Green value is 73 (28.91% from 255 or 14.17% from 515); Blue value is 201 (78.91% from 255 or 39.03% from 515); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C9 is #0EB636. Grayscale: #898989. Windows color (decimal): -964151 or 13191665. OLE color: 13191665.

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

Color convert

RGB 241 73 201 -
CMYK 0 0.70 0.17 0.05
HSL 314.29º 0.86% 0.62% -
HSV(B) 314.29º 0.7% 0.95% -
XYZ 49.2 27.68 58.01 -
YUV 137.82 163.66 201.59 -
System Red Green Blue C M Y K H S L
Decimal 241 73 201 0 0.70 0.17 0.05 314.29 0.86 0.62
Hex F1 49 C9 0 46 11 5 13A 56 3E
Octal 361 111 311 0 106 21 5 472 126 76
Binary 11110001 1001001 11001001 0 1000110 10001 101 100111010 1010110 111110

Color Harmonies of #F149C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149C9

Black with #F149C9

Text Example


Text Example

White with #F149C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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