Html Css Color HEX #F2377F Violet Red

📋 copy color: '#F2377F'

red 242 ◦ green 55 ◦ blue 127

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

Shades of Violet Red #F2377F

Tints of Violet Red #F2377F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.95%

R = 57.08%
G = 12.97%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#F2377F (or 0xF2377F) is known color: Violet Red. HEX triplet: F2, 37 and 7F. RGB value is (242,55,127). Sum of RGB (Red+Green+Blue) = 242+55+127=424 (56% of max value = 765). Red value is 242 (94.92% from 255 or 57.08% from 424); Green value is 55 (21.88% from 255 or 12.97% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 242 - color contains mainly: red. Hex color #F2377F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F2377F is #0DC880. Grayscale: #777777. Windows color (decimal): -903297 or 8337394. OLE color: 8337394.

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

Color convert

RGB 242 55 127 -
CMYK 0 0.77 0.48 0.05
HSL 336.9º 0.88% 0.58% -
HSV(B) 336.9º 0.77% 0.95% -
XYZ 41.81 23.14 22.34 -
YUV 119.12 132.45 215.65 -
System Red Green Blue C M Y K H S L
Decimal 242 55 127 0 0.77 0.48 0.05 336.9 0.88 0.58
Hex F2 37 7F 0 4D 30 5 151 58 3A
Octal 362 67 177 0 115 60 5 521 130 72
Binary 11110010 110111 1111111 0 1001101 110000 101 101010001 1011000 111010

Color Harmonies of #F2377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2377F

Black with #F2377F

Text Example


Text Example

White with #F2377F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2377F; }

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

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

background-color css

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

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

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

border-color css

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

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

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