Html Css Color HEX #F2385A Radical Red

📋 copy color: '#F2385A'

red 242 ◦ green 56 ◦ blue 90

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

Shades of Radical Red #F2385A

Tints of Radical Red #F2385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 90 (35.55% from 255) = 23.2%

R = 62.37%
G = 14.43%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.05

RGB Variations

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

Color information

#F2385A (or 0xF2385A) is known color: Radical Red. HEX triplet: F2, 38 and 5A. RGB value is (242,56,90). Sum of RGB (Red+Green+Blue) = 242+56+90=388 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.37% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 242 - color contains mainly: red. Hex color #F2385A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2385A is #0DC7A5. Grayscale: #737373. Windows color (decimal): -903078 or 5912818. OLE color: 5912818.

HSL color Cylindrical-coordinate representation of color #F2385A: hue angle of 349.03º 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 #F2385A is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 56 90 -
CMYK 0 0.77 0.63 0.05
HSL 349.03º 0.88% 0.58% -
HSV(B) 349.03º 0.77% 0.95% -
XYZ 39.88 22.44 11.9 -
YUV 115.49 113.62 218.24 -
System Red Green Blue C M Y K H S L
Decimal 242 56 90 0 0.77 0.63 0.05 349.03 0.88 0.58
Hex F2 38 5A 0 4D 3F 5 15D 58 3A
Octal 362 70 132 0 115 77 5 535 130 72
Binary 11110010 111000 1011010 0 1001101 111111 101 101011101 1011000 111010

Color Harmonies of #F2385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2385A

Black with #F2385A

Text Example


Text Example

White with #F2385A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2385A; }

 p { color: rgb(242,56,90); }

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

background-color css

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

 a { background-color: rgb(242,56,90); }

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

border-color css

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

 span { border-color: rgb(242,56,90); }

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