Html Css Color HEX #F30472 Razzmatazz

📋 copy color: '#F30472'

red 243 ◦ green 4 ◦ blue 114

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

Shades of Razzmatazz #F30472

Tints of Razzmatazz #F30472

RGB

 RED value IS 243 (95.31% from 255) = 67.31%

 GREEN value IS 4 (1.95% from 255) = 1.11%

 BLUE value IS 114 (44.92% from 255) = 31.58%

R = 67.31%
G = 1.11%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#F30472 (or 0xF30472) is known color: Razzmatazz. HEX triplet: F3, 04 and 72. RGB value is (243,4,114). Sum of RGB (Red+Green+Blue) = 243+4+114=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F30472 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30472 is #0CFB8D. Grayscale: #575757. Windows color (decimal): -850830 or 7472371. OLE color: 7472371.

HSL color Cylindrical-coordinate representation of color #F30472: hue angle of 332.38º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F30472 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 4 114 -
CMYK 0 0.98 0.53 0.05
HSL 332.38º 0.97% 0.48% -
HSV(B) 332.38º 0.98% 0.95% -
XYZ 40.04 20.36 17.74 -
YUV 88 142.68 238.56 -
System Red Green Blue C M Y K H S L
Decimal 243 4 114 0 0.98 0.53 0.05 332.38 0.97 0.48
Hex F3 4 72 0 62 35 5 14C 61 30
Octal 363 4 162 0 142 65 5 514 141 60
Binary 11110011 100 1110010 0 1100010 110101 101 101001100 1100001 110000

Color Harmonies of #F30472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30472

Black with #F30472

Text Example


Text Example

White with #F30472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30472; }

 p { color: rgb(243,4,114); }

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

background-color css

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

 a { background-color: rgb(243,4,114); }

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

border-color css

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

 span { border-color: rgb(243,4,114); }

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