Html Css Color HEX #F149CB Razzle Dazzle Rose

📋 copy color: '#F149CB'

red 241 ◦ green 73 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F149CB

Tints of Razzle Dazzle Rose #F149CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.26%

R = 46.62%
G = 14.12%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.05

RGB Variations

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

Color information

#F149CB (or 0xF149CB) is known color: Razzle Dazzle Rose. HEX triplet: F1, 49 and CB. RGB value is (241,73,203). Sum of RGB (Red+Green+Blue) = 241+73+203=517 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.62% from 517); Green value is 73 (28.91% from 255 or 14.12% from 517); Blue value is 203 (79.69% from 255 or 39.26% from 517); Max value from RGB is 241 - color contains mainly: red. Hex color #F149CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F149CB is #0EB634. Grayscale: #898989. Windows color (decimal): -964149 or 13322737. OLE color: 13322737.

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

Color convert

RGB 241 73 203 -
CMYK 0 0.70 0.16 0.05
HSL 313.57º 0.86% 0.62% -
HSV(B) 313.57º 0.7% 0.95% -
XYZ 49.44 27.78 59.26 -
YUV 138.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 241 73 203 0 0.70 0.16 0.05 313.57 0.86 0.62
Hex F1 49 CB 0 46 10 5 13A 56 3E
Octal 361 111 313 0 106 20 5 472 126 76
Binary 11110001 1001001 11001011 0 1000110 10000 101 100111010 1010110 111110

Color Harmonies of #F149CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F149CB

Black with #F149CB

Text Example


Text Example

White with #F149CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F149CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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