Html Css Color HEX #F2465A Radical Red

📋 copy color: '#F2465A'

red 242 ◦ green 70 ◦ blue 90

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

Shades of Radical Red #F2465A

Tints of Radical Red #F2465A

RGB

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

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

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

R = 60.2%
G = 17.41%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2465A (or 0xF2465A) is known color: Radical Red. HEX triplet: F2, 46 and 5A. RGB value is (242,70,90). Sum of RGB (Red+Green+Blue) = 242+70+90=402 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.20% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 90 (35.55% from 255 or 22.39% from 402); Max value from RGB is 242 - color contains mainly: red. Hex color #F2465A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2465A is #0DB9A5. Grayscale: #7B7B7B. Windows color (decimal): -899494 or 5916402. OLE color: 5916402.

HSL color Cylindrical-coordinate representation of color #F2465A: hue angle of 353.02º 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 #F2465A is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 70 90 -
CMYK 0 0.71 0.63 0.05
HSL 353.02º 0.87% 0.61% -
HSV(B) 353.02º 0.71% 0.95% -
XYZ 40.65 24 12.16 -
YUV 123.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 242 70 90 0 0.71 0.63 0.05 353.02 0.87 0.61
Hex F2 46 5A 0 47 3F 5 161 57 3D
Octal 362 106 132 0 107 77 5 541 127 75
Binary 11110010 1000110 1011010 0 1000111 111111 101 101100001 1010111 111101

Color Harmonies of #F2465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2465A

Black with #F2465A

Text Example


Text Example

White with #F2465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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