Html Css Color HEX #F548BB Razzle Dazzle Rose

📋 copy color: '#F548BB'

red 245 ◦ green 72 ◦ blue 187

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

Shades of Razzle Dazzle Rose #F548BB

Tints of Razzle Dazzle Rose #F548BB

RGB

 RED value IS 245 (96.09% from 255) = 48.61%

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

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 48.61%
G = 14.29%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#F548BB (or 0xF548BB) is known color: Razzle Dazzle Rose. HEX triplet: F5, 48 and BB. RGB value is (245,72,187). Sum of RGB (Red+Green+Blue) = 245+72+187=504 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.61% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 245 - color contains mainly: red. Hex color #F548BB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F548BB is #0AB744. Grayscale: #888888. Windows color (decimal): -702277 or 12273909. OLE color: 12273909.

HSL color Cylindrical-coordinate representation of color #F548BB: hue angle of 320.12º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F548BB is Cyan = 0, Magento = 0.71, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 72 187 -
CMYK 0 0.71 0.24 0.04
HSL 320.12º 0.9% 0.62% -
HSV(B) 320.12º 0.71% 0.96% -
XYZ 48.94 27.64 49.77 -
YUV 136.84 156.31 205.15 -
System Red Green Blue C M Y K H S L
Decimal 245 72 187 0 0.71 0.24 0.04 320.12 0.9 0.62
Hex F5 48 BB 0 47 18 4 140 5A 3E
Octal 365 110 273 0 107 30 4 500 132 76
Binary 11110101 1001000 10111011 0 1000111 11000 100 101000000 1011010 111110

Color Harmonies of #F548BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F548BB

Black with #F548BB

Text Example


Text Example

White with #F548BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F548BB; }

 p { color: rgb(245,72,187); }

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

background-color css

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

 a { background-color: rgb(245,72,187); }

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

border-color css

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

 span { border-color: rgb(245,72,187); }

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