Html Css Color HEX #F23F65 Radical Red

📋 copy color: '#F23F65'

red 242 ◦ green 63 ◦ blue 101

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

Shades of Radical Red #F23F65

Tints of Radical Red #F23F65

RGB

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

 GREEN value IS 63 (25% from 255) = 15.52%

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

R = 59.61%
G = 15.52%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F23F65 (or 0xF23F65) is known color: Radical Red. HEX triplet: F2, 3F and 65. RGB value is (242,63,101). Sum of RGB (Red+Green+Blue) = 242+63+101=406 (53% of max value = 765). Red value is 242 (94.92% from 255 or 59.61% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 242 - color contains mainly: red. Hex color #F23F65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23F65 is #0DC09A. Grayscale: #787878. Windows color (decimal): -901275 or 6635506. OLE color: 6635506.

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

Color convert

RGB 242 63 101 -
CMYK 0 0.74 0.58 0.05
HSL 347.26º 0.87% 0.6% -
HSV(B) 347.26º 0.74% 0.95% -
XYZ 40.74 23.37 14.68 -
YUV 120.85 116.8 214.41 -
System Red Green Blue C M Y K H S L
Decimal 242 63 101 0 0.74 0.58 0.05 347.26 0.87 0.6
Hex F2 3F 65 0 4A 3A 5 15B 57 3C
Octal 362 77 145 0 112 72 5 533 127 74
Binary 11110010 111111 1100101 0 1001010 111010 101 101011011 1010111 111100

Color Harmonies of #F23F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23F65

Black with #F23F65

Text Example


Text Example

White with #F23F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23F65; }

 p { color: rgb(242,63,101); }

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

background-color css

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

 a { background-color: rgb(242,63,101); }

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

border-color css

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

 span { border-color: rgb(242,63,101); }

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