Html Css Color HEX #FA014F Razzmatazz

📋 copy color: '#FA014F'

red 250 ◦ green 1 ◦ blue 79

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

Shades of Razzmatazz #FA014F

Tints of Razzmatazz #FA014F

RGB

 RED value IS 250 (98.05% from 255) = 75.76%

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 75.76%
G = 0.3%
B = 23.94%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FA014F (or 0xFA014F) is known color: Razzmatazz. HEX triplet: FA, 01 and 4F. RGB value is (250,1,79). Sum of RGB (Red+Green+Blue) = 250+1+79=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 79 (31.25% from 255 or 23.94% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA014F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA014F is #05FEB0. Grayscale: #545454. Windows color (decimal): -392881 or 5177850. OLE color: 5177850.

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

Color convert

RGB 250 1 79 -
CMYK 0 1.00 0.68 0.02
HSL 341.2º 0.99% 0.49% -
HSV(B) 341.2º 1% 0.98% -
XYZ 40.85 20.91 9.28 -
YUV 84.34 124.99 246.16 -
System Red Green Blue C M Y K H S L
Decimal 250 1 79 0 1.00 0.68 0.02 341.2 0.99 0.49
Hex FA 1 4F 0 64 44 2 155 63 31
Octal 372 1 117 0 144 104 2 525 143 61
Binary 11111010 1 1001111 0 1100100 1000100 10 101010101 1100011 110001

Color Harmonies of #FA014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA014F

Black with #FA014F

Text Example


Text Example

White with #FA014F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA014F; }

 p { color: rgb(250,1,79); }

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

background-color css

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

 a { background-color: rgb(250,1,79); }

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

border-color css

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

 span { border-color: rgb(250,1,79); }

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