Html Css Color HEX #F448D0 Razzle Dazzle Rose

📋 copy color: '#F448D0'

red 244 ◦ green 72 ◦ blue 208

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

Shades of Razzle Dazzle Rose #F448D0

Tints of Razzle Dazzle Rose #F448D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 39.69%

R = 46.56%
G = 13.74%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.04

RGB Variations

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

Color information

#F448D0 (or 0xF448D0) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and D0. RGB value is (244,72,208). Sum of RGB (Red+Green+Blue) = 244+72+208=524 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.56% from 524); Green value is 72 (28.52% from 255 or 13.74% from 524); Blue value is 208 (81.64% from 255 or 39.69% from 524); Max value from RGB is 244 - color contains mainly: red. Hex color #F448D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448D0 is #0BB72F. Grayscale: #8A8A8A. Windows color (decimal): -767792 or 13650164. OLE color: 13650164.

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

Color convert

RGB 244 72 208 -
CMYK 0 0.70 0.15 0.04
HSL 312.56º 0.89% 0.62% -
HSV(B) 312.56º 0.7% 0.96% -
XYZ 51.01 28.42 62.47 -
YUV 138.93 166.98 202.94 -
System Red Green Blue C M Y K H S L
Decimal 244 72 208 0 0.70 0.15 0.04 312.56 0.89 0.62
Hex F4 48 D0 0 46 F 4 139 59 3E
Octal 364 110 320 0 106 17 4 471 131 76
Binary 11110100 1001000 11010000 0 1000110 1111 100 100111001 1011001 111110

Color Harmonies of #F448D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448D0

Black with #F448D0

Text Example


Text Example

White with #F448D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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