Html Css Color HEX #F149BC Razzle Dazzle Rose

📋 copy color: '#F149BC'

red 241 ◦ green 73 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F149BC

Tints of Razzle Dazzle Rose #F149BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.45%

R = 48.01%
G = 14.54%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.05

RGB Variations

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

Color information

#F149BC (or 0xF149BC) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and BC. RGB value is (241,73,188). Sum of RGB (Red+Green+Blue) = 241+73+188=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 73 (28.91% from 255 or 14.54% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F149BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149BC is #0EB643. Grayscale: #888888. Windows color (decimal): -964164 or 12339697. OLE color: 12339697.

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

Color convert

RGB 241 73 188 -
CMYK 0 0.70 0.22 0.05
HSL 318.93º 0.86% 0.62% -
HSV(B) 318.93º 0.7% 0.95% -
XYZ 47.74 27.1 50.29 -
YUV 136.34 157.16 202.65 -
System Red Green Blue C M Y K H S L
Decimal 241 73 188 0 0.70 0.22 0.05 318.93 0.86 0.62
Hex F1 49 BC 0 46 16 5 13F 56 3E
Octal 361 111 274 0 106 26 5 477 126 76
Binary 11110001 1001001 10111100 0 1000110 10110 101 100111111 1010110 111110

Color Harmonies of #F149BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149BC

Black with #F149BC

Text Example


Text Example

White with #F149BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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