Html Css Color HEX #F33D65 Radical Red

📋 copy color: '#F33D65'

red 243 ◦ green 61 ◦ blue 101

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

Shades of Radical Red #F33D65

Tints of Radical Red #F33D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.94%

R = 60%
G = 15.06%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F33D65 (or 0xF33D65) is known color: Radical Red. HEX triplet: F3, 3D and 65. RGB value is (243,61,101). Sum of RGB (Red+Green+Blue) = 243+61+101=405 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 243 - color contains mainly: red. Hex color #F33D65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33D65 is #0CC29A. Grayscale: #777777. Windows color (decimal): -836251 or 6634995. OLE color: 6634995.

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

Color convert

RGB 243 61 101 -
CMYK 0 0.75 0.58 0.05
HSL 346.81º 0.88% 0.6% -
HSV(B) 346.81º 0.75% 0.95% -
XYZ 40.98 23.33 14.66 -
YUV 119.98 117.3 215.75 -
System Red Green Blue C M Y K H S L
Decimal 243 61 101 0 0.75 0.58 0.05 346.81 0.88 0.6
Hex F3 3D 65 0 4B 3A 5 15B 58 3C
Octal 363 75 145 0 113 72 5 533 130 74
Binary 11110011 111101 1100101 0 1001011 111010 101 101011011 1011000 111100

Color Harmonies of #F33D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33D65

Black with #F33D65

Text Example


Text Example

White with #F33D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33D65; }

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

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

background-color css

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

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

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

border-color css

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

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

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