Html Css Color HEX #F448CE Razzle Dazzle Rose

📋 copy color: '#F448CE'

red 244 ◦ green 72 ◦ blue 206

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

Shades of Razzle Dazzle Rose #F448CE

Tints of Razzle Dazzle Rose #F448CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.46%

R = 46.74%
G = 13.79%
B = 39.46%

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

#F448CE (or 0xF448CE) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and CE. RGB value is (244,72,206). Sum of RGB (Red+Green+Blue) = 244+72+206=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 72 (28.52% from 255 or 13.79% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F448CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448CE is #0BB731. Grayscale: #8A8A8A. Windows color (decimal): -767794 or 13519092. OLE color: 13519092.

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

Color convert

RGB 244 72 206 -
CMYK 0 0.70 0.16 0.04
HSL 313.26º 0.89% 0.62% -
HSV(B) 313.26º 0.7% 0.96% -
XYZ 50.77 28.32 61.18 -
YUV 138.7 165.98 203.1 -
System Red Green Blue C M Y K H S L
Decimal 244 72 206 0 0.70 0.16 0.04 313.26 0.89 0.62
Hex F4 48 CE 0 46 10 4 139 59 3E
Octal 364 110 316 0 106 20 4 471 131 76
Binary 11110100 1001000 11001110 0 1000110 10000 100 100111001 1011001 111110

Color Harmonies of #F448CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448CE

Black with #F448CE

Text Example


Text Example

White with #F448CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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