Html Css Color HEX #F23462 Radical Red

📋 copy color: '#F23462'

red 242 ◦ green 52 ◦ blue 98

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

Shades of Radical Red #F23462

Tints of Radical Red #F23462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.27%

 BLUE value IS 98 (38.67% from 255) = 25%

R = 61.73%
G = 13.27%
B = 25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F23462 (or 0xF23462) is known color: Radical Red. HEX triplet: F2, 34 and 62. RGB value is (242,52,98). Sum of RGB (Red+Green+Blue) = 242+52+98=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 98 (38.67% from 255 or 25% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F23462 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23462 is #0DCB9D. Grayscale: #727272. Windows color (decimal): -904094 or 6436082. OLE color: 6436082.

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

Color convert

RGB 242 52 98 -
CMYK 0 0.79 0.60 0.05
HSL 345.47º 0.88% 0.58% -
HSV(B) 345.47º 0.79% 0.95% -
XYZ 40.05 22.22 13.73 -
YUV 114.05 118.95 219.26 -
System Red Green Blue C M Y K H S L
Decimal 242 52 98 0 0.79 0.60 0.05 345.47 0.88 0.58
Hex F2 34 62 0 4F 3C 5 159 58 3A
Octal 362 64 142 0 117 74 5 531 130 72
Binary 11110010 110100 1100010 0 1001111 111100 101 101011001 1011000 111010

Color Harmonies of #F23462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23462

Black with #F23462

Text Example


Text Example

White with #F23462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23462; }

 p { color: rgb(242,52,98); }

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

background-color css

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

 a { background-color: rgb(242,52,98); }

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

border-color css

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

 span { border-color: rgb(242,52,98); }

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