Html Css Color HEX #F0054B Razzmatazz

📋 copy color: '#F0054B'

red 240 ◦ green 5 ◦ blue 75

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

Shades of Razzmatazz #F0054B

Tints of Razzmatazz #F0054B

RGB

 RED value IS 240 (94.14% from 255) = 75%

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 75 (29.69% from 255) = 23.44%

R = 75%
G = 1.56%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#F0054B (or 0xF0054B) is known color: Razzmatazz. HEX triplet: F0, 05 and 4B. RGB value is (240,5,75). Sum of RGB (Red+Green+Blue) = 240+5+75=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 75 (29.69% from 255 or 23.44% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F0054B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0054B is #0FFAB4. Grayscale: #535353. Windows color (decimal): -1047221 or 4916720. OLE color: 4916720.

HSL color Cylindrical-coordinate representation of color #F0054B: hue angle of 342.13º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0054B is Cyan = 0, Magento = 0.98, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 5 75 -
CMYK 0 0.98 0.69 0.06
HSL 342.13º 0.96% 0.48% -
HSV(B) 342.13º 0.98% 0.94% -
XYZ 37.26 19.14 8.39 -
YUV 83.25 123.36 239.81 -
System Red Green Blue C M Y K H S L
Decimal 240 5 75 0 0.98 0.69 0.06 342.13 0.96 0.48
Hex F0 5 4B 0 62 45 6 156 60 30
Octal 360 5 113 0 142 105 6 526 140 60
Binary 11110000 101 1001011 0 1100010 1000101 110 101010110 1100000 110000

Color Harmonies of #F0054B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0054B

Black with #F0054B

Text Example


Text Example

White with #F0054B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0054B; }

 p { color: rgb(240,5,75); }

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

background-color css

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

 a { background-color: rgb(240,5,75); }

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

border-color css

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

 span { border-color: rgb(240,5,75); }

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