Html Css Color HEX #F149C8 Razzle Dazzle Rose

📋 copy color: '#F149C8'

red 241 ◦ green 73 ◦ blue 200

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

Shades of Razzle Dazzle Rose #F149C8

Tints of Razzle Dazzle Rose #F149C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 38.91%

R = 46.89%
G = 14.2%
B = 38.91%

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

#F149C8 (or 0xF149C8) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and C8. RGB value is (241,73,200). Sum of RGB (Red+Green+Blue) = 241+73+200=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 73 (28.91% from 255 or 14.20% from 514); Blue value is 200 (78.52% from 255 or 38.91% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F149C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149C8 is #0EB637. Grayscale: #898989. Windows color (decimal): -964152 or 13126129. OLE color: 13126129.

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

Color convert

RGB 241 73 200 -
CMYK 0 0.70 0.17 0.05
HSL 314.64º 0.86% 0.62% -
HSV(B) 314.64º 0.7% 0.95% -
XYZ 49.08 27.64 57.39 -
YUV 137.71 163.16 201.67 -
System Red Green Blue C M Y K H S L
Decimal 241 73 200 0 0.70 0.17 0.05 314.64 0.86 0.62
Hex F1 49 C8 0 46 11 5 13B 56 3E
Octal 361 111 310 0 106 21 5 473 126 76
Binary 11110001 1001001 11001000 0 1000110 10001 101 100111011 1010110 111110

Color Harmonies of #F149C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149C8

Black with #F149C8

Text Example


Text Example

White with #F149C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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