Html Css Color HEX #F149CC Razzle Dazzle Rose

📋 copy color: '#F149CC'

red 241 ◦ green 73 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F149CC

Tints of Razzle Dazzle Rose #F149CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.38%

R = 46.53%
G = 14.09%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#F149CC (or 0xF149CC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and CC. RGB value is (241,73,204). Sum of RGB (Red+Green+Blue) = 241+73+204=518 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.53% from 518); Green value is 73 (28.91% from 255 or 14.09% from 518); Blue value is 204 (80.08% from 255 or 39.38% from 518); Max value from RGB is 241 - color contains mainly: red. Hex color #F149CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149CC is #0EB633. Grayscale: #898989. Windows color (decimal): -964148 or 13388273. OLE color: 13388273.

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

Color convert

RGB 241 73 204 -
CMYK 0 0.70 0.15 0.05
HSL 313.21º 0.86% 0.62% -
HSV(B) 313.21º 0.7% 0.95% -
XYZ 49.56 27.83 59.89 -
YUV 138.17 165.16 201.35 -
System Red Green Blue C M Y K H S L
Decimal 241 73 204 0 0.70 0.15 0.05 313.21 0.86 0.62
Hex F1 49 CC 0 46 F 5 139 56 3E
Octal 361 111 314 0 106 17 5 471 126 76
Binary 11110001 1001001 11001100 0 1000110 1111 101 100111001 1010110 111110

Color Harmonies of #F149CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149CC

Black with #F149CC

Text Example


Text Example

White with #F149CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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