Html Css Color HEX #F238A1 Wild Strawberry

📋 copy color: '#F238A1'

red 242 ◦ green 56 ◦ blue 161

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

Shades of Wild Strawberry #F238A1

Tints of Wild Strawberry #F238A1

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.2%

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

R = 52.72%
G = 12.2%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#F238A1 (or 0xF238A1) is known color: Wild Strawberry. HEX triplet: F2, 38 and A1. RGB value is (242,56,161). Sum of RGB (Red+Green+Blue) = 242+56+161=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 56 (22.27% from 255 or 12.20% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F238A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F238A1 is #0DC75E. Grayscale: #7B7B7B. Windows color (decimal): -903007 or 10565874. OLE color: 10565874.

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

Color convert

RGB 242 56 161 -
CMYK 0 0.77 0.33 0.05
HSL 326.13º 0.88% 0.58% -
HSV(B) 326.13º 0.77% 0.95% -
XYZ 44.47 24.28 36.06 -
YUV 123.58 149.12 212.46 -
System Red Green Blue C M Y K H S L
Decimal 242 56 161 0 0.77 0.33 0.05 326.13 0.88 0.58
Hex F2 38 A1 0 4D 21 5 146 58 3A
Octal 362 70 241 0 115 41 5 506 130 72
Binary 11110010 111000 10100001 0 1001101 100001 101 101000110 1011000 111010

Color Harmonies of #F238A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F238A1

Black with #F238A1

Text Example


Text Example

White with #F238A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F238A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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