Html Css Color HEX #F2465D Radical Red

📋 copy color: '#F2465D'

red 242 ◦ green 70 ◦ blue 93

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

Shades of Radical Red #F2465D

Tints of Radical Red #F2465D

RGB

 RED value IS 242 (94.92% from 255) = 59.75%

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 59.75%
G = 17.28%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#F2465D (or 0xF2465D) is known color: Radical Red. HEX triplet: F2, 46 and 5D. RGB value is (242,70,93). Sum of RGB (Red+Green+Blue) = 242+70+93=405 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.75% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 242 - color contains mainly: red. Hex color #F2465D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2465D is #0DB9A2. Grayscale: #7C7C7C. Windows color (decimal): -899491 or 6113010. OLE color: 6113010.

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

Color convert

RGB 242 70 93 -
CMYK 0 0.71 0.62 0.05
HSL 351.98º 0.87% 0.61% -
HSV(B) 351.98º 0.71% 0.95% -
XYZ 40.78 24.05 12.85 -
YUV 124.05 110.48 212.13 -
System Red Green Blue C M Y K H S L
Decimal 242 70 93 0 0.71 0.62 0.05 351.98 0.87 0.61
Hex F2 46 5D 0 47 3E 5 160 57 3D
Octal 362 106 135 0 107 76 5 540 127 75
Binary 11110010 1000110 1011101 0 1000111 111110 101 101100000 1010111 111101

Color Harmonies of #F2465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2465D

Black with #F2465D

Text Example


Text Example

White with #F2465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2465D; }

 p { color: rgb(242,70,93); }

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

background-color css

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

 a { background-color: rgb(242,70,93); }

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

border-color css

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

 span { border-color: rgb(242,70,93); }

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