Html Css Color HEX #F30F5D Razzmatazz

📋 copy color: '#F30F5D'

red 243 ◦ green 15 ◦ blue 93

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

Shades of Razzmatazz #F30F5D

Tints of Razzmatazz #F30F5D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.27%

 BLUE value IS 93 (36.72% from 255) = 26.5%

R = 69.23%
G = 4.27%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F30F5D (or 0xF30F5D) is known color: Razzmatazz. HEX triplet: F3, 0F and 5D. RGB value is (243,15,93). Sum of RGB (Red+Green+Blue) = 243+15+93=351 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.23% from 351); Green value is 15 (6.25% from 255 or 4.27% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 243 - color contains mainly: red. Hex color #F30F5D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30F5D is #0CF0A2. Grayscale: #5B5B5B. Windows color (decimal): -848035 or 6098931. OLE color: 6098931.

HSL color Cylindrical-coordinate representation of color #F30F5D: hue angle of 339.47º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30F5D is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 15 93 -
CMYK 0 0.94 0.62 0.05
HSL 339.47º 0.9% 0.51% -
HSV(B) 339.47º 0.94% 0.95% -
XYZ 39.11 20.19 12.19 -
YUV 92.06 128.54 235.66 -
System Red Green Blue C M Y K H S L
Decimal 243 15 93 0 0.94 0.62 0.05 339.47 0.9 0.51
Hex F3 F 5D 0 5E 3E 5 153 5A 33
Octal 363 17 135 0 136 76 5 523 132 63
Binary 11110011 1111 1011101 0 1011110 111110 101 101010011 1011010 110011

Color Harmonies of #F30F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30F5D

Black with #F30F5D

Text Example


Text Example

White with #F30F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30F5D; }

 p { color: rgb(243,15,93); }

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

background-color css

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

 a { background-color: rgb(243,15,93); }

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

border-color css

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

 span { border-color: rgb(243,15,93); }

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