Html Css Color HEX #F448CB Razzle Dazzle Rose

📋 copy color: '#F448CB'

red 244 ◦ green 72 ◦ blue 203

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

Shades of Razzle Dazzle Rose #F448CB

Tints of Razzle Dazzle Rose #F448CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.11%

R = 47.01%
G = 13.87%
B = 39.11%

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

#F448CB (or 0xF448CB) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and CB. RGB value is (244,72,203). Sum of RGB (Red+Green+Blue) = 244+72+203=519 (68% of max value = 765). Red value is 244 (95.70% from 255 or 47.01% from 519); Green value is 72 (28.52% from 255 or 13.87% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 244 - color contains mainly: red. Hex color #F448CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448CB is #0BB734. Grayscale: #8A8A8A. Windows color (decimal): -767797 or 13322484. OLE color: 13322484.

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

Color convert

RGB 244 72 203 -
CMYK 0 0.70 0.17 0.04
HSL 314.3º 0.89% 0.62% -
HSV(B) 314.3º 0.7% 0.96% -
XYZ 50.41 28.18 59.28 -
YUV 138.36 164.48 203.35 -
System Red Green Blue C M Y K H S L
Decimal 244 72 203 0 0.70 0.17 0.04 314.3 0.89 0.62
Hex F4 48 CB 0 46 11 4 13A 59 3E
Octal 364 110 313 0 106 21 4 472 131 76
Binary 11110100 1001000 11001011 0 1000110 10001 100 100111010 1011001 111110

Color Harmonies of #F448CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448CB

Black with #F448CB

Text Example


Text Example

White with #F448CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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