Html Css Color HEX #F448BA Razzle Dazzle Rose

📋 copy color: '#F448BA'

red 244 ◦ green 72 ◦ blue 186

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

Shades of Razzle Dazzle Rose #F448BA

Tints of Razzle Dazzle Rose #F448BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.05%

R = 48.61%
G = 14.34%
B = 37.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F448BA (or 0xF448BA) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and BA. RGB value is (244,72,186). Sum of RGB (Red+Green+Blue) = 244+72+186=502 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.61% from 502); Green value is 72 (28.52% from 255 or 14.34% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 244 - color contains mainly: red. Hex color #F448BA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448BA is #0BB745. Grayscale: #888888. Windows color (decimal): -767814 or 12208372. OLE color: 12208372.

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

Color convert

RGB 244 72 186 -
CMYK 0 0.70 0.24 0.04
HSL 320.23º 0.89% 0.62% -
HSV(B) 320.23º 0.7% 0.96% -
XYZ 48.49 27.41 49.19 -
YUV 136.42 155.98 204.73 -
System Red Green Blue C M Y K H S L
Decimal 244 72 186 0 0.70 0.24 0.04 320.23 0.89 0.62
Hex F4 48 BA 0 46 18 4 140 59 3E
Octal 364 110 272 0 106 30 4 500 131 76
Binary 11110100 1001000 10111010 0 1000110 11000 100 101000000 1011001 111110

Color Harmonies of #F448BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448BA

Black with #F448BA

Text Example


Text Example

White with #F448BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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