Html Css Color HEX #F243A0 Wild Strawberry

📋 copy color: '#F243A0'

red 242 ◦ green 67 ◦ blue 160

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

Shades of Wild Strawberry #F243A0

Tints of Wild Strawberry #F243A0

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.29%

 BLUE value IS 160 (62.89% from 255) = 34.12%

R = 51.6%
G = 14.29%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F243A0 (or 0xF243A0) is known color: Wild Strawberry. HEX triplet: F2, 43 and A0. RGB value is (242,67,160). Sum of RGB (Red+Green+Blue) = 242+67+160=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F243A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F243A0 is #0DBC5F. Grayscale: #818181. Windows color (decimal): -900192 or 10503154. OLE color: 10503154.

HSL color Cylindrical-coordinate representation of color #F243A0: hue angle of 328.11º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F243A0 is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 67 160 -
CMYK 0 0.72 0.34 0.05
HSL 328.11º 0.87% 0.61% -
HSV(B) 328.11º 0.72% 0.95% -
XYZ 44.97 25.43 35.8 -
YUV 129.93 144.98 207.94 -
System Red Green Blue C M Y K H S L
Decimal 242 67 160 0 0.72 0.34 0.05 328.11 0.87 0.61
Hex F2 43 A0 0 48 22 5 148 57 3D
Octal 362 103 240 0 110 42 5 510 127 75
Binary 11110010 1000011 10100000 0 1001000 100010 101 101001000 1010111 111101

Color Harmonies of #F243A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F243A0

Black with #F243A0

Text Example


Text Example

White with #F243A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F243A0; }

 p { color: rgb(242,67,160); }

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

background-color css

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

 a { background-color: rgb(242,67,160); }

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

border-color css

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

 span { border-color: rgb(242,67,160); }

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