Html Css Color HEX #F3385A Radical Red

📋 copy color: '#F3385A'

red 243 ◦ green 56 ◦ blue 90

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

Shades of Radical Red #F3385A

Tints of Radical Red #F3385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.4%

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

R = 62.47%
G = 14.4%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F3385A (or 0xF3385A) is known color: Radical Red. HEX triplet: F3, 38 and 5A. RGB value is (243,56,90). Sum of RGB (Red+Green+Blue) = 243+56+90=389 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.47% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 243 - color contains mainly: red. Hex color #F3385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3385A is #0CC7A5. Grayscale: #737373. Windows color (decimal): -837542 or 5912819. OLE color: 5912819.

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

Color convert

RGB 243 56 90 -
CMYK 0 0.77 0.63 0.05
HSL 349.09º 0.89% 0.59% -
HSV(B) 349.09º 0.77% 0.95% -
XYZ 40.22 22.62 11.92 -
YUV 115.79 113.45 218.74 -
System Red Green Blue C M Y K H S L
Decimal 243 56 90 0 0.77 0.63 0.05 349.09 0.89 0.59
Hex F3 38 5A 0 4D 3F 5 15D 59 3B
Octal 363 70 132 0 115 77 5 535 131 73
Binary 11110011 111000 1011010 0 1001101 111111 101 101011101 1011001 111011

Color Harmonies of #F3385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3385A

Black with #F3385A

Text Example


Text Example

White with #F3385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3385A; }

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

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

background-color css

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

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

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

border-color css

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

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

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