Html Css Color HEX #F33D5D Radical Red

📋 copy color: '#F33D5D'

red 243 ◦ green 61 ◦ blue 93

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

Shades of Radical Red #F33D5D

Tints of Radical Red #F33D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.37%

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

R = 61.21%
G = 15.37%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F33D5D (or 0xF33D5D) is known color: Radical Red. HEX triplet: F3, 3D and 5D. RGB value is (243,61,93). Sum of RGB (Red+Green+Blue) = 243+61+93=397 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.21% from 397); Green value is 61 (24.22% from 255 or 15.37% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D5D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D5D is #0CC2A2. Grayscale: #777777. Windows color (decimal): -836259 or 6110707. OLE color: 6110707.

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

Color convert

RGB 243 61 93 -
CMYK 0 0.75 0.62 0.05
HSL 349.45º 0.88% 0.6% -
HSV(B) 349.45º 0.75% 0.95% -
XYZ 40.61 23.18 12.69 -
YUV 119.07 113.3 216.4 -
System Red Green Blue C M Y K H S L
Decimal 243 61 93 0 0.75 0.62 0.05 349.45 0.88 0.6
Hex F3 3D 5D 0 4B 3E 5 15D 58 3C
Octal 363 75 135 0 113 76 5 535 130 74
Binary 11110011 111101 1011101 0 1001011 111110 101 101011101 1011000 111100

Color Harmonies of #F33D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D5D

Black with #F33D5D

Text Example


Text Example

White with #F33D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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