Html Css Color HEX #FB075A Razzmatazz

📋 copy color: '#FB075A'

red 251 ◦ green 7 ◦ blue 90

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

Shades of Razzmatazz #FB075A

Tints of Razzmatazz #FB075A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 72.13%
G = 2.01%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#FB075A (or 0xFB075A) is known color: Razzmatazz. HEX triplet: FB, 07 and 5A. RGB value is (251,7,90). Sum of RGB (Red+Green+Blue) = 251+7+90=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB075A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB075A is #04F8A5. Grayscale: #595959. Windows color (decimal): -325798 or 5900283. OLE color: 5900283.

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

Color convert

RGB 251 7 90 -
CMYK 0 0.97 0.64 0.02
HSL 339.59º 0.97% 0.51% -
HSV(B) 339.59º 0.97% 0.98% -
XYZ 41.71 21.4 11.61 -
YUV 89.42 128.34 243.25 -
System Red Green Blue C M Y K H S L
Decimal 251 7 90 0 0.97 0.64 0.02 339.59 0.97 0.51
Hex FB 7 5A 0 61 40 2 154 61 33
Octal 373 7 132 0 141 100 2 524 141 63
Binary 11111011 111 1011010 0 1100001 1000000 10 101010100 1100001 110011

Color Harmonies of #FB075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB075A

Black with #FB075A

Text Example


Text Example

White with #FB075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB075A; }

 p { color: rgb(251,7,90); }

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

background-color css

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

 a { background-color: rgb(251,7,90); }

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

border-color css

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

 span { border-color: rgb(251,7,90); }

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