Html Css Color HEX #F23765 Radical Red

📋 copy color: '#F23765'

red 242 ◦ green 55 ◦ blue 101

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

Shades of Radical Red #F23765

Tints of Radical Red #F23765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.82%

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

R = 60.8%
G = 13.82%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F23765 (or 0xF23765) is known color: Radical Red. HEX triplet: F2, 37 and 65. RGB value is (242,55,101). Sum of RGB (Red+Green+Blue) = 242+55+101=398 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.80% from 398); Green value is 55 (21.88% from 255 or 13.82% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 242 - color contains mainly: red. Hex color #F23765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F23765 is #0DC89A. Grayscale: #747474. Windows color (decimal): -903323 or 6633458. OLE color: 6633458.

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

Color convert

RGB 242 55 101 -
CMYK 0 0.77 0.58 0.05
HSL 345.24º 0.88% 0.58% -
HSV(B) 345.24º 0.77% 0.95% -
XYZ 40.33 22.55 14.54 -
YUV 116.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 242 55 101 0 0.77 0.58 0.05 345.24 0.88 0.58
Hex F2 37 65 0 4D 3A 5 159 58 3A
Octal 362 67 145 0 115 72 5 531 130 72
Binary 11110010 110111 1100101 0 1001101 111010 101 101011001 1011000 111010

Color Harmonies of #F23765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F23765

Black with #F23765

Text Example


Text Example

White with #F23765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F23765; }

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

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

background-color css

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

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

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

border-color css

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

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

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