Html Css Color HEX #FB024F Razzmatazz

📋 copy color: '#FB024F'

red 251 ◦ green 2 ◦ blue 79

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

Shades of Razzmatazz #FB024F

Tints of Razzmatazz #FB024F

RGB

 RED value IS 251 (98.44% from 255) = 75.6%

 GREEN value IS 2 (1.17% from 255) = 0.6%

 BLUE value IS 79 (31.25% from 255) = 23.8%

R = 75.6%
G = 0.6%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FB024F (or 0xFB024F) is known color: Razzmatazz. HEX triplet: FB, 02 and 4F. RGB value is (251,2,79). Sum of RGB (Red+Green+Blue) = 251+2+79=332 (43% of max value = 765). Red value is 251 (98.44% from 255 or 75.60% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 79 (31.25% from 255 or 23.80% from 332); Max value from RGB is 251 - color contains mainly: red. Hex color #FB024F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB024F is #04FDB0. Grayscale: #555555. Windows color (decimal): -327089 or 5178107. OLE color: 5178107.

HSL color Cylindrical-coordinate representation of color #FB024F: hue angle of 341.45º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB024F is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 2 79 -
CMYK 0 0.99 0.69 0.02
HSL 341.45º 0.98% 0.5% -
HSV(B) 341.45º 0.99% 0.98% -
XYZ 41.22 21.12 9.3 -
YUV 85.23 124.49 246.24 -
System Red Green Blue C M Y K H S L
Decimal 251 2 79 0 0.99 0.69 0.02 341.45 0.98 0.5
Hex FB 2 4F 0 63 45 2 155 62 32
Octal 373 2 117 0 143 105 2 525 142 62
Binary 11111011 10 1001111 0 1100011 1000101 10 101010101 1100010 110010

Color Harmonies of #FB024F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB024F

Black with #FB024F

Text Example


Text Example

White with #FB024F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB024F; }

 p { color: rgb(251,2,79); }

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

background-color css

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

 a { background-color: rgb(251,2,79); }

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

border-color css

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

 span { border-color: rgb(251,2,79); }

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