Html Css Color HEX #F30253 Razzmatazz

📋 copy color: '#F30253'

red 243 ◦ green 2 ◦ blue 83

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

Shades of Razzmatazz #F30253

Tints of Razzmatazz #F30253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.3%

R = 74.09%
G = 0.61%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#F30253 (or 0xF30253) is known color: Razzmatazz. HEX triplet: F3, 02 and 53. RGB value is (243,2,83). Sum of RGB (Red+Green+Blue) = 243+2+83=328 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.09% from 328); Green value is 2 (1.17% from 255 or 0.61% from 328); Blue value is 83 (32.81% from 255 or 25.30% from 328); Max value from RGB is 243 - color contains mainly: red. Hex color #F30253 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30253 is #0CFDAC. Grayscale: #535353. Windows color (decimal): -851373 or 5440243. OLE color: 5440243.

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

Color convert

RGB 243 2 83 -
CMYK 0 0.99 0.66 0.05
HSL 339.83º 0.98% 0.48% -
HSV(B) 339.83º 0.99% 0.95% -
XYZ 38.55 19.72 9.96 -
YUV 83.29 127.84 241.91 -
System Red Green Blue C M Y K H S L
Decimal 243 2 83 0 0.99 0.66 0.05 339.83 0.98 0.48
Hex F3 2 53 0 63 42 5 154 62 30
Octal 363 2 123 0 143 102 5 524 142 60
Binary 11110011 10 1010011 0 1100011 1000010 101 101010100 1100010 110000

Color Harmonies of #F30253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F30253

Black with #F30253

Text Example


Text Example

White with #F30253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F30253; }

 p { color: rgb(243,2,83); }

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

background-color css

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

 a { background-color: rgb(243,2,83); }

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

border-color css

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

 span { border-color: rgb(243,2,83); }

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