Html Css Color HEX #F23165 Radical Red

📋 copy color: '#F23165'

red 242 ◦ green 49 ◦ blue 101

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

Shades of Radical Red #F23165

Tints of Radical Red #F23165

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.5%

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

R = 61.73%
G = 12.5%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F23165 (or 0xF23165) is known color: Radical Red. HEX triplet: F2, 31 and 65. RGB value is (242,49,101). Sum of RGB (Red+Green+Blue) = 242+49+101=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F23165 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23165 is #0DCE9A. Grayscale: #707070. Windows color (decimal): -904859 or 6631922. OLE color: 6631922.

HSL color Cylindrical-coordinate representation of color #F23165: hue angle of 343.83º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F23165 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 49 101 -
CMYK 0 0.80 0.58 0.05
HSL 343.83º 0.88% 0.57% -
HSV(B) 343.83º 0.8% 0.95% -
XYZ 40.07 22.01 14.45 -
YUV 112.64 121.44 220.27 -
System Red Green Blue C M Y K H S L
Decimal 242 49 101 0 0.80 0.58 0.05 343.83 0.88 0.57
Hex F2 31 65 0 50 3A 5 158 58 39
Octal 362 61 145 0 120 72 5 530 130 71
Binary 11110010 110001 1100101 0 1010000 111010 101 101011000 1011000 111001

Color Harmonies of #F23165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23165

Black with #F23165

Text Example


Text Example

White with #F23165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23165; }

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

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

background-color css

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

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

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

border-color css

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

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

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