Html Css Color HEX #F33465 Radical Red

📋 copy color: '#F33465'

red 243 ◦ green 52 ◦ blue 101

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

Shades of Radical Red #F33465

Tints of Radical Red #F33465

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.13%

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

R = 61.36%
G = 13.13%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F33465 (or 0xF33465) is known color: Radical Red. HEX triplet: F3, 34 and 65. RGB value is (243,52,101). Sum of RGB (Red+Green+Blue) = 243+52+101=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F33465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33465 is #0CCB9A. Grayscale: #727272. Windows color (decimal): -838555 or 6632691. OLE color: 6632691.

HSL color Cylindrical-coordinate representation of color #F33465: hue angle of 344.61º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F33465 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 52 101 -
CMYK 0 0.79 0.58 0.05
HSL 344.61º 0.89% 0.58% -
HSV(B) 344.61º 0.79% 0.95% -
XYZ 40.54 22.45 14.51 -
YUV 114.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 243 52 101 0 0.79 0.58 0.05 344.61 0.89 0.58
Hex F3 34 65 0 4F 3A 5 159 59 3A
Octal 363 64 145 0 117 72 5 531 131 72
Binary 11110011 110100 1100101 0 1001111 111010 101 101011001 1011001 111010

Color Harmonies of #F33465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33465

Black with #F33465

Text Example


Text Example

White with #F33465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33465; }

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

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

background-color css

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

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

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

border-color css

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

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

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