Html Css Color HEX #F2378F Wild Strawberry

📋 copy color: '#F2378F'

red 242 ◦ green 55 ◦ blue 143

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

Shades of Wild Strawberry #F2378F

Tints of Wild Strawberry #F2378F

RGB

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

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

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

R = 55%
G = 12.5%
B = 32.5%

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

#F2378F (or 0xF2378F) is known color: Wild Strawberry. HEX triplet: F2, 37 and 8F. RGB value is (242,55,143). Sum of RGB (Red+Green+Blue) = 242+55+143=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 55 (21.88% from 255 or 12.5% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F2378F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2378F is #0DC870. Grayscale: #787878. Windows color (decimal): -903281 or 9385970. OLE color: 9385970.

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

Color convert

RGB 242 55 143 -
CMYK 0 0.77 0.41 0.05
HSL 331.76º 0.88% 0.58% -
HSV(B) 331.76º 0.77% 0.95% -
XYZ 42.94 23.59 28.28 -
YUV 120.95 140.45 214.34 -
System Red Green Blue C M Y K H S L
Decimal 242 55 143 0 0.77 0.41 0.05 331.76 0.88 0.58
Hex F2 37 8F 0 4D 29 5 14C 58 3A
Octal 362 67 217 0 115 51 5 514 130 72
Binary 11110010 110111 10001111 0 1001101 101001 101 101001100 1011000 111010

Color Harmonies of #F2378F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2378F

Black with #F2378F

Text Example


Text Example

White with #F2378F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2378F; }

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

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

background-color css

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

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

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

border-color css

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

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

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