Html Css Color HEX #F449BA Razzle Dazzle Rose

📋 copy color: '#F449BA'

red 244 ◦ green 73 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F449BA

Tints of Razzle Dazzle Rose #F449BA

RGB

 RED value IS 244 (95.7% from 255) = 48.51%

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

 BLUE value IS 186 (73.05% from 255) = 36.98%

R = 48.51%
G = 14.51%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F449BA (or 0xF449BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 49 and BA. RGB value is (244,73,186). Sum of RGB (Red+Green+Blue) = 244+73+186=503 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.51% from 503); Green value is 73 (28.91% from 255 or 14.51% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 244 - color contains mainly: red. Hex color #F449BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F449BA is #0BB645. Grayscale: #888888. Windows color (decimal): -767558 or 12208628. OLE color: 12208628.

HSL color Cylindrical-coordinate representation of color #F449BA: hue angle of 320.35º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F449BA is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 186 -
CMYK 0 0.70 0.24 0.04
HSL 320.35º 0.89% 0.62% -
HSV(B) 320.35º 0.7% 0.96% -
XYZ 48.55 27.54 49.21 -
YUV 137.01 155.65 204.31 -
System Red Green Blue C M Y K H S L
Decimal 244 73 186 0 0.70 0.24 0.04 320.35 0.89 0.62
Hex F4 49 BA 0 46 18 4 140 59 3E
Octal 364 111 272 0 106 30 4 500 131 76
Binary 11110100 1001001 10111010 0 1000110 11000 100 101000000 1011001 111110

Color Harmonies of #F449BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F449BA

Black with #F449BA

Text Example


Text Example

White with #F449BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F449BA; }

 p { color: rgb(244,73,186); }

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

background-color css

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

 a { background-color: rgb(244,73,186); }

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

border-color css

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

 span { border-color: rgb(244,73,186); }

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