Html Css Color HEX #F241A1 Wild Strawberry

📋 copy color: '#F241A1'

red 242 ◦ green 65 ◦ blue 161

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

Shades of Wild Strawberry #F241A1

Tints of Wild Strawberry #F241A1

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.89%

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

R = 51.71%
G = 13.89%
B = 34.4%

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

#F241A1 (or 0xF241A1) is known color: Wild Strawberry. HEX triplet: F2, 41 and A1. RGB value is (242,65,161). Sum of RGB (Red+Green+Blue) = 242+65+161=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F241A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241A1 is #0DBE5E. Grayscale: #808080. Windows color (decimal): -900703 or 10568178. OLE color: 10568178.

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

Color convert

RGB 242 65 161 -
CMYK 0 0.73 0.33 0.05
HSL 327.46º 0.87% 0.6% -
HSV(B) 327.46º 0.73% 0.95% -
XYZ 44.94 25.23 36.22 -
YUV 128.87 146.14 208.69 -
System Red Green Blue C M Y K H S L
Decimal 242 65 161 0 0.73 0.33 0.05 327.46 0.87 0.6
Hex F2 41 A1 0 49 21 5 147 57 3C
Octal 362 101 241 0 111 41 5 507 127 74
Binary 11110010 1000001 10100001 0 1001001 100001 101 101000111 1010111 111100

Color Harmonies of #F241A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241A1

Black with #F241A1

Text Example


Text Example

White with #F241A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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