Html Css Color HEX #F448BC Razzle Dazzle Rose

📋 copy color: '#F448BC'

red 244 ◦ green 72 ◦ blue 188

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

Shades of Razzle Dazzle Rose #F448BC

Tints of Razzle Dazzle Rose #F448BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.3%

R = 48.41%
G = 14.29%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.23

 K value IS 0.04

RGB Variations

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

Color information

#F448BC (or 0xF448BC) is known color: Razzle Dazzle Rose. HEX triplet: F4, 48 and BC. RGB value is (244,72,188). Sum of RGB (Red+Green+Blue) = 244+72+188=504 (66% of max value = 765). Red value is 244 (95.70% from 255 or 48.41% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 188 (73.83% from 255 or 37.30% from 504); Max value from RGB is 244 - color contains mainly: red. Hex color #F448BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F448BC is #0BB743. Grayscale: #888888. Windows color (decimal): -767812 or 12339444. OLE color: 12339444.

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

Color convert

RGB 244 72 188 -
CMYK 0 0.70 0.23 0.04
HSL 319.53º 0.89% 0.62% -
HSV(B) 319.53º 0.7% 0.96% -
XYZ 48.7 27.5 50.32 -
YUV 136.65 156.98 204.57 -
System Red Green Blue C M Y K H S L
Decimal 244 72 188 0 0.70 0.23 0.04 319.53 0.89 0.62
Hex F4 48 BC 0 46 17 4 140 59 3E
Octal 364 110 274 0 106 27 4 500 131 76
Binary 11110100 1001000 10111100 0 1000110 10111 100 101000000 1011001 111110

Color Harmonies of #F448BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F448BC

Black with #F448BC

Text Example


Text Example

White with #F448BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F448BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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