Html Css Color HEX #F33D5A Radical Red

📋 copy color: '#F33D5A'

red 243 ◦ green 61 ◦ blue 90

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

Shades of Radical Red #F33D5A

Tints of Radical Red #F33D5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.84%

R = 61.68%
G = 15.48%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F33D5A (or 0xF33D5A) is known color: Radical Red. HEX triplet: F3, 3D and 5A. RGB value is (243,61,90). Sum of RGB (Red+Green+Blue) = 243+61+90=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 61 (24.22% from 255 or 15.48% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D5A is #0CC2A5. Grayscale: #767676. Windows color (decimal): -836262 or 5914099. OLE color: 5914099.

HSL color Cylindrical-coordinate representation of color #F33D5A: hue angle of 350.44º 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 #F33D5A is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 61 90 -
CMYK 0 0.75 0.63 0.05
HSL 350.44º 0.88% 0.6% -
HSV(B) 350.44º 0.75% 0.95% -
XYZ 40.48 23.13 12 -
YUV 118.72 111.8 216.64 -
System Red Green Blue C M Y K H S L
Decimal 243 61 90 0 0.75 0.63 0.05 350.44 0.88 0.6
Hex F3 3D 5A 0 4B 3F 5 15E 58 3C
Octal 363 75 132 0 113 77 5 536 130 74
Binary 11110011 111101 1011010 0 1001011 111111 101 101011110 1011000 111100

Color Harmonies of #F33D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D5A

Black with #F33D5A

Text Example


Text Example

White with #F33D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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