Html Css Color HEX #F242A1 Wild Strawberry

📋 copy color: '#F242A1'

red 242 ◦ green 66 ◦ blue 161

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

Shades of Wild Strawberry #F242A1

Tints of Wild Strawberry #F242A1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.07%

 BLUE value IS 161 (63.28% from 255) = 34.33%

R = 51.6%
G = 14.07%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F242A1 (or 0xF242A1) is known color: Wild Strawberry. HEX triplet: F2, 42 and A1. RGB value is (242,66,161). Sum of RGB (Red+Green+Blue) = 242+66+161=469 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.60% from 469); Green value is 66 (26.17% from 255 or 14.07% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 242 - color contains mainly: red. Hex color #F242A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242A1 is #0DBD5E. Grayscale: #818181. Windows color (decimal): -900447 or 10568434. OLE color: 10568434.

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

Color convert

RGB 242 66 161 -
CMYK 0 0.73 0.33 0.05
HSL 327.61º 0.87% 0.6% -
HSV(B) 327.61º 0.73% 0.95% -
XYZ 45 25.35 36.24 -
YUV 129.45 145.81 208.28 -
System Red Green Blue C M Y K H S L
Decimal 242 66 161 0 0.73 0.33 0.05 327.61 0.87 0.6
Hex F2 42 A1 0 49 21 5 148 57 3C
Octal 362 102 241 0 111 41 5 510 127 74
Binary 11110010 1000010 10100001 0 1001001 100001 101 101001000 1010111 111100

Color Harmonies of #F242A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242A1

Black with #F242A1

Text Example


Text Example

White with #F242A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242A1; }

 p { color: rgb(242,66,161); }

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

background-color css

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

 a { background-color: rgb(242,66,161); }

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

border-color css

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

 span { border-color: rgb(242,66,161); }

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