Html Css Color HEX #F448C2 Razzle Dazzle Rose

📋 copy color: '#F448C2'

red 244 ◦ green 72 ◦ blue 194

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

Shades of Razzle Dazzle Rose #F448C2

Tints of Razzle Dazzle Rose #F448C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.04%

R = 47.84%
G = 14.12%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.04

RGB Variations

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

Color information

#F448C2 (or 0xF448C2) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and C2. RGB value is (244,72,194). Sum of RGB (Red+Green+Blue) = 244+72+194=510 (67% of max value = 765). Red value is 244 (95.70% from 255 or 47.84% from 510); Green value is 72 (28.52% from 255 or 14.12% from 510); Blue value is 194 (76.17% from 255 or 38.04% from 510); Max value from RGB is 244 - color contains mainly: red. Hex color #F448C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448C2 is #0BB73D. Grayscale: #898989. Windows color (decimal): -767806 or 12732660. OLE color: 12732660.

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

Color convert

RGB 244 72 194 -
CMYK 0 0.70 0.20 0.04
HSL 317.44º 0.89% 0.62% -
HSV(B) 317.44º 0.7% 0.96% -
XYZ 49.36 27.76 53.8 -
YUV 137.34 159.98 204.08 -
System Red Green Blue C M Y K H S L
Decimal 244 72 194 0 0.70 0.20 0.04 317.44 0.89 0.62
Hex F4 48 C2 0 46 14 4 13D 59 3E
Octal 364 110 302 0 106 24 4 475 131 76
Binary 11110100 1001000 11000010 0 1000110 10100 100 100111101 1011001 111110

Color Harmonies of #F448C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448C2

Black with #F448C2

Text Example


Text Example

White with #F448C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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