Html Css Color HEX #F241AA Wild Strawberry

📋 copy color: '#F241AA'

red 242 ◦ green 65 ◦ blue 170

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

Shades of Wild Strawberry #F241AA

Tints of Wild Strawberry #F241AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 50.73%
G = 13.63%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#F241AA (or 0xF241AA) is known color: Wild Strawberry. HEX triplet: F2, 41 and AA. RGB value is (242,65,170). Sum of RGB (Red+Green+Blue) = 242+65+170=477 (63% of max value = 765). Red value is 242 (94.92% from 255 or 50.73% from 477); Green value is 65 (25.78% from 255 or 13.63% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 242 - color contains mainly: red. Hex color #F241AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F241AA is #0DBE55. Grayscale: #818181. Windows color (decimal): -900694 or 11158002. OLE color: 11158002.

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

Color convert

RGB 242 65 170 -
CMYK 0 0.73 0.30 0.05
HSL 324.41º 0.87% 0.6% -
HSV(B) 324.41º 0.73% 0.95% -
XYZ 45.76 25.56 40.55 -
YUV 129.89 150.64 207.96 -
System Red Green Blue C M Y K H S L
Decimal 242 65 170 0 0.73 0.30 0.05 324.41 0.87 0.6
Hex F2 41 AA 0 49 1E 5 144 57 3C
Octal 362 101 252 0 111 36 5 504 127 74
Binary 11110010 1000001 10101010 0 1001001 11110 101 101000100 1010111 111100

Color Harmonies of #F241AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F241AA

Black with #F241AA

Text Example


Text Example

White with #F241AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F241AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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