Html Css Color HEX #F93465 Radical Red

📋 copy color: '#F93465'

red 249 ◦ green 52 ◦ blue 101

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

Shades of Radical Red #F93465

Tints of Radical Red #F93465

RGB

 RED value IS 249 (97.66% from 255) = 61.94%

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

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

R = 61.94%
G = 12.94%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#F93465 (or 0xF93465) is known color: Radical Red. HEX triplet: F9, 34 and 65. RGB value is (249,52,101). Sum of RGB (Red+Green+Blue) = 249+52+101=402 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.94% from 402); Green value is 52 (20.70% from 255 or 12.94% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 249 - color contains mainly: red. Hex color #F93465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93465 is #06CB9A. Grayscale: #747474. Windows color (decimal): -445339 or 6632697. OLE color: 6632697.

HSL color Cylindrical-coordinate representation of color #F93465: hue angle of 345.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93465 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 52 101 -
CMYK 0 0.79 0.59 0.02
HSL 345.08º 0.94% 0.59% -
HSV(B) 345.08º 0.79% 0.98% -
XYZ 42.64 23.54 14.61 -
YUV 116.49 119.27 222.52 -
System Red Green Blue C M Y K H S L
Decimal 249 52 101 0 0.79 0.59 0.02 345.08 0.94 0.59
Hex F9 34 65 0 4F 3B 2 159 5E 3B
Octal 371 64 145 0 117 73 2 531 136 73
Binary 11111001 110100 1100101 0 1001111 111011 10 101011001 1011110 111011

Color Harmonies of #F93465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F93465

Black with #F93465

Text Example


Text Example

White with #F93465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F93465; }

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

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

background-color css

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

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

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

border-color css

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

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

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