Html Css Color HEX #F2388F Violet Red

📋 copy color: '#F2388F'

red 242 ◦ green 56 ◦ blue 143

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

Shades of Violet Red #F2388F

Tints of Violet Red #F2388F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 32.43%

R = 54.88%
G = 12.7%
B = 32.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#F2388F (or 0xF2388F) is known color: Violet Red. HEX triplet: F2, 38 and 8F. RGB value is (242,56,143). Sum of RGB (Red+Green+Blue) = 242+56+143=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 56 (22.27% from 255 or 12.70% from 441); Blue value is 143 (56.25% from 255 or 32.43% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F2388F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2388F is #0DC770. Grayscale: #797979. Windows color (decimal): -903025 or 9386226. OLE color: 9386226.

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

Color convert

RGB 242 56 143 -
CMYK 0 0.77 0.41 0.05
HSL 331.94º 0.88% 0.58% -
HSV(B) 331.94º 0.77% 0.95% -
XYZ 42.99 23.69 28.29 -
YUV 121.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 242 56 143 0 0.77 0.41 0.05 331.94 0.88 0.58
Hex F2 38 8F 0 4D 29 5 14C 58 3A
Octal 362 70 217 0 115 51 5 514 130 72
Binary 11110010 111000 10001111 0 1001101 101001 101 101001100 1011000 111010

Color Harmonies of #F2388F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2388F

Black with #F2388F

Text Example


Text Example

White with #F2388F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2388F; }

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

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

background-color css

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

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

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

border-color css

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

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

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