Html Css Color HEX #F448CA Razzle Dazzle Rose

📋 copy color: '#F448CA'

red 244 ◦ green 72 ◦ blue 202

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

Shades of Razzle Dazzle Rose #F448CA

Tints of Razzle Dazzle Rose #F448CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 39%

R = 47.1%
G = 13.9%
B = 39%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.17

 K value IS 0.04

RGB Variations

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

Color information

#F448CA (or 0xF448CA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and CA. RGB value is (244,72,202). Sum of RGB (Red+Green+Blue) = 244+72+202=518 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.10% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 244 - color contains mainly: red. Hex color #F448CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448CA is #0BB735. Grayscale: #898989. Windows color (decimal): -767798 or 13256948. OLE color: 13256948.

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

Color convert

RGB 244 72 202 -
CMYK 0 0.70 0.17 0.04
HSL 314.65º 0.89% 0.62% -
HSV(B) 314.65º 0.7% 0.96% -
XYZ 50.29 28.13 58.66 -
YUV 138.25 163.98 203.43 -
System Red Green Blue C M Y K H S L
Decimal 244 72 202 0 0.70 0.17 0.04 314.65 0.89 0.62
Hex F4 48 CA 0 46 11 4 13B 59 3E
Octal 364 110 312 0 106 21 4 473 131 76
Binary 11110100 1001000 11001010 0 1000110 10001 100 100111011 1011001 111110

Color Harmonies of #F448CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448CA

Black with #F448CA

Text Example


Text Example

White with #F448CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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