Html Css Color HEX #F2378B Violet Red

📋 copy color: '#F2378B'

red 242 ◦ green 55 ◦ blue 139

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

Shades of Violet Red #F2378B

Tints of Violet Red #F2378B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.88%

R = 55.5%
G = 12.61%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#F2378B (or 0xF2378B) is known color: Violet Red. HEX triplet: F2, 37 and 8B. RGB value is (242,55,139). Sum of RGB (Red+Green+Blue) = 242+55+139=436 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.50% from 436); Green value is 55 (21.88% from 255 or 12.61% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 242 - color contains mainly: red. Hex color #F2378B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2378B is #0DC874. Grayscale: #787878. Windows color (decimal): -903285 or 9123826. OLE color: 9123826.

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

Color convert

RGB 242 55 139 -
CMYK 0 0.77 0.43 0.05
HSL 333.05º 0.88% 0.58% -
HSV(B) 333.05º 0.77% 0.95% -
XYZ 42.64 23.47 26.71 -
YUV 120.49 138.45 214.67 -
System Red Green Blue C M Y K H S L
Decimal 242 55 139 0 0.77 0.43 0.05 333.05 0.88 0.58
Hex F2 37 8B 0 4D 2B 5 14D 58 3A
Octal 362 67 213 0 115 53 5 515 130 72
Binary 11110010 110111 10001011 0 1001101 101011 101 101001101 1011000 111010

Color Harmonies of #F2378B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2378B

Black with #F2378B

Text Example


Text Example

White with #F2378B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2378B; }

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

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

background-color css

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

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

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

border-color css

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

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

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