Html Css Color HEX #F149C7 Razzle Dazzle Rose

📋 copy color: '#F149C7'

red 241 ◦ green 73 ◦ blue 199

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

Shades of Razzle Dazzle Rose #F149C7

Tints of Razzle Dazzle Rose #F149C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 38.79%

R = 46.98%
G = 14.23%
B = 38.79%

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

#F149C7 (or 0xF149C7) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C7. RGB value is (241,73,199). Sum of RGB (Red+Green+Blue) = 241+73+199=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 199 (78.12% from 255 or 38.79% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C7 is #0EB638. Grayscale: #898989. Windows color (decimal): -964153 or 13060593. OLE color: 13060593.

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

Color convert

RGB 241 73 199 -
CMYK 0 0.70 0.17 0.05
HSL 315º 0.86% 0.62% -
HSV(B) 315º 0.7% 0.95% -
XYZ 48.97 27.59 56.78 -
YUV 137.6 162.66 201.75 -
System Red Green Blue C M Y K H S L
Decimal 241 73 199 0 0.70 0.17 0.05 315 0.86 0.62
Hex F1 49 C7 0 46 11 5 13B 56 3E
Octal 361 111 307 0 106 21 5 473 126 76
Binary 11110001 1001001 11000111 0 1000110 10001 101 100111011 1010110 111110

Color Harmonies of #F149C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149C7

Black with #F149C7

Text Example


Text Example

White with #F149C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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