Html Css Color HEX #F33265 Radical Red

📋 copy color: '#F33265'

red 243 ◦ green 50 ◦ blue 101

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

Shades of Radical Red #F33265

Tints of Radical Red #F33265

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.69%

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

R = 61.68%
G = 12.69%
B = 25.63%

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

#F33265 (or 0xF33265) is known color: Radical Red. HEX triplet: F3, 32 and 65. RGB value is (243,50,101). Sum of RGB (Red+Green+Blue) = 243+50+101=394 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.68% from 394); Green value is 50 (19.92% from 255 or 12.69% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 243 - color contains mainly: red. Hex color #F33265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F33265 is #0CCD9A. Grayscale: #717171. Windows color (decimal): -839067 or 6632179. OLE color: 6632179.

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

Color convert

RGB 243 50 101 -
CMYK 0 0.79 0.58 0.05
HSL 344.15º 0.89% 0.57% -
HSV(B) 344.15º 0.79% 0.95% -
XYZ 40.45 22.28 14.48 -
YUV 113.52 120.94 220.35 -
System Red Green Blue C M Y K H S L
Decimal 243 50 101 0 0.79 0.58 0.05 344.15 0.89 0.57
Hex F3 32 65 0 4F 3A 5 158 59 39
Octal 363 62 145 0 117 72 5 530 131 71
Binary 11110011 110010 1100101 0 1001111 111010 101 101011000 1011001 111001

Color Harmonies of #F33265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F33265

Black with #F33265

Text Example


Text Example

White with #F33265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F33265; }

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

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

background-color css

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

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

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

border-color css

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

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

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