Html Css Color HEX #F3265D Radical Red

📋 copy color: '#F3265D'

red 243 ◦ green 38 ◦ blue 93

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

Shades of Radical Red #F3265D

Tints of Radical Red #F3265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.16%

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

R = 64.97%
G = 10.16%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F3265D (or 0xF3265D) is known color: Radical Red. HEX triplet: F3, 26 and 5D. RGB value is (243,38,93). Sum of RGB (Red+Green+Blue) = 243+38+93=374 (49% of max value = 765). Red value is 243 (95.31% from 255 or 64.97% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 93 (36.72% from 255 or 24.87% from 374); Max value from RGB is 243 - color contains mainly: red. Hex color #F3265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3265D is #0CD9A2. Grayscale: #696969. Windows color (decimal): -842147 or 6104819. OLE color: 6104819.

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

Color convert

RGB 243 38 93 -
CMYK 0 0.84 0.62 0.05
HSL 343.9º 0.9% 0.55% -
HSV(B) 343.9º 0.84% 0.95% -
XYZ 39.63 21.23 12.37 -
YUV 105.57 120.92 226.03 -
System Red Green Blue C M Y K H S L
Decimal 243 38 93 0 0.84 0.62 0.05 343.9 0.9 0.55
Hex F3 26 5D 0 54 3E 5 158 5A 37
Octal 363 46 135 0 124 76 5 530 132 67
Binary 11110011 100110 1011101 0 1010100 111110 101 101011000 1011010 110111

Color Harmonies of #F3265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3265D

Black with #F3265D

Text Example


Text Example

White with #F3265D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3265D; }

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

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

background-color css

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

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

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

border-color css

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

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

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