Html Css Color HEX #F242A6 Wild Strawberry

📋 copy color: '#F242A6'

red 242 ◦ green 66 ◦ blue 166

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

Shades of Wild Strawberry #F242A6

Tints of Wild Strawberry #F242A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 35.02%

R = 51.05%
G = 13.92%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.31

 K value IS 0.05

RGB Variations

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

Color information

#F242A6 (or 0xF242A6) is known color: Wild Strawberry. HEX triplet: F2, 42 and A6. RGB value is (242,66,166). Sum of RGB (Red+Green+Blue) = 242+66+166=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 66 (26.17% from 255 or 13.92% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F242A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F242A6 is #0DBD59. Grayscale: #818181. Windows color (decimal): -900442 or 10896114. OLE color: 10896114.

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

Color convert

RGB 242 66 166 -
CMYK 0 0.73 0.31 0.05
HSL 325.91º 0.87% 0.6% -
HSV(B) 325.91º 0.73% 0.95% -
XYZ 45.45 25.53 38.61 -
YUV 130.02 148.31 207.87 -
System Red Green Blue C M Y K H S L
Decimal 242 66 166 0 0.73 0.31 0.05 325.91 0.87 0.6
Hex F2 42 A6 0 49 1F 5 146 57 3C
Octal 362 102 246 0 111 37 5 506 127 74
Binary 11110010 1000010 10100110 0 1001001 11111 101 101000110 1010111 111100

Color Harmonies of #F242A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F242A6

Black with #F242A6

Text Example


Text Example

White with #F242A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F242A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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