Html Css Color HEX #F448CC Razzle Dazzle Rose

📋 copy color: '#F448CC'

red 244 ◦ green 72 ◦ blue 204

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

Shades of Razzle Dazzle Rose #F448CC

Tints of Razzle Dazzle Rose #F448CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.23%

R = 46.92%
G = 13.85%
B = 39.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.16

 K value IS 0.04

RGB Variations

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

Color information

#F448CC (or 0xF448CC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and CC. RGB value is (244,72,204). Sum of RGB (Red+Green+Blue) = 244+72+204=520 (68% of max value = 765). Red value is 244 (95.70% from 255 or 46.92% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 244 - color contains mainly: red. Hex color #F448CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448CC is #0BB733. Grayscale: #8A8A8A. Windows color (decimal): -767796 or 13388020. OLE color: 13388020.

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

Color convert

RGB 244 72 204 -
CMYK 0 0.70 0.16 0.04
HSL 313.95º 0.89% 0.62% -
HSV(B) 313.95º 0.7% 0.96% -
XYZ 50.52 28.23 59.91 -
YUV 138.48 164.98 203.27 -
System Red Green Blue C M Y K H S L
Decimal 244 72 204 0 0.70 0.16 0.04 313.95 0.89 0.62
Hex F4 48 CC 0 46 10 4 13A 59 3E
Octal 364 110 314 0 106 20 4 472 131 76
Binary 11110100 1001000 11001100 0 1000110 10000 100 100111010 1011001 111110

Color Harmonies of #F448CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448CC

Black with #F448CC

Text Example


Text Example

White with #F448CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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