Html Css Color HEX #F2434D Radical Red

📋 copy color: '#F2434D'

red 242 ◦ green 67 ◦ blue 77

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

Shades of Radical Red #F2434D

Tints of Radical Red #F2434D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.36%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 62.69%
G = 17.36%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#F2434D (or 0xF2434D) is known color: Radical Red. HEX triplet: F2, 43 and 4D. RGB value is (242,67,77). Sum of RGB (Red+Green+Blue) = 242+67+77=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2434D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2434D is #0DBCB2. Grayscale: #787878. Windows color (decimal): -900275 or 5063666. OLE color: 5063666.

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

Color convert

RGB 242 67 77 -
CMYK 0 0.72 0.68 0.05
HSL 356.57º 0.87% 0.61% -
HSV(B) 356.57º 0.72% 0.95% -
XYZ 39.96 23.43 9.44 -
YUV 120.47 103.48 214.69 -
System Red Green Blue C M Y K H S L
Decimal 242 67 77 0 0.72 0.68 0.05 356.57 0.87 0.61
Hex F2 43 4D 0 48 44 5 165 57 3D
Octal 362 103 115 0 110 104 5 545 127 75
Binary 11110010 1000011 1001101 0 1001000 1000100 101 101100101 1010111 111101

Color Harmonies of #F2434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2434D

Black with #F2434D

Text Example


Text Example

White with #F2434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2434D; }

 p { color: rgb(242,67,77); }

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

background-color css

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

 a { background-color: rgb(242,67,77); }

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

border-color css

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

 span { border-color: rgb(242,67,77); }

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