Html Css Color HEX #F448BD Razzle Dazzle Rose

📋 copy color: '#F448BD'

red 244 ◦ green 72 ◦ blue 189

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

Shades of Razzle Dazzle Rose #F448BD

Tints of Razzle Dazzle Rose #F448BD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.26%

 BLUE value IS 189 (74.22% from 255) = 37.43%

R = 48.32%
G = 14.26%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F448BD (or 0xF448BD) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and BD. RGB value is (244,72,189). Sum of RGB (Red+Green+Blue) = 244+72+189=505 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.32% from 505); Green value is 72 (28.52% from 255 or 14.26% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 244 - color contains mainly: red. Hex color #F448BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448BD is #0BB742. Grayscale: #888888. Windows color (decimal): -767811 or 12404980. OLE color: 12404980.

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

Color convert

RGB 244 72 189 -
CMYK 0 0.70 0.23 0.04
HSL 319.19º 0.89% 0.62% -
HSV(B) 319.19º 0.7% 0.96% -
XYZ 48.81 27.54 50.89 -
YUV 136.77 157.48 204.49 -
System Red Green Blue C M Y K H S L
Decimal 244 72 189 0 0.70 0.23 0.04 319.19 0.89 0.62
Hex F4 48 BD 0 46 17 4 13F 59 3E
Octal 364 110 275 0 106 27 4 477 131 76
Binary 11110100 1001000 10111101 0 1000110 10111 100 100111111 1011001 111110

Color Harmonies of #F448BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448BD

Black with #F448BD

Text Example


Text Example

White with #F448BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448BD; }

 p { color: rgb(244,72,189); }

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

background-color css

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

 a { background-color: rgb(244,72,189); }

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

border-color css

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

 span { border-color: rgb(244,72,189); }

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