Html Css Color HEX #F239A5 Wild Strawberry

📋 copy color: '#F239A5'

red 242 ◦ green 57 ◦ blue 165

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

Shades of Wild Strawberry #F239A5

Tints of Wild Strawberry #F239A5

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.28%

 BLUE value IS 165 (64.84% from 255) = 35.56%

R = 52.16%
G = 12.28%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#F239A5 (or 0xF239A5) is known color: Wild Strawberry. HEX triplet: F2, 39 and A5. RGB value is (242,57,165). Sum of RGB (Red+Green+Blue) = 242+57+165=464 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.16% from 464); Green value is 57 (22.66% from 255 or 12.28% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 242 - color contains mainly: red. Hex color #F239A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F239A5 is #0DC65A. Grayscale: #7C7C7C. Windows color (decimal): -902747 or 10828274. OLE color: 10828274.

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

Color convert

RGB 242 57 165 -
CMYK 0 0.76 0.32 0.05
HSL 324.97º 0.88% 0.59% -
HSV(B) 324.97º 0.76% 0.95% -
XYZ 44.87 24.52 37.97 -
YUV 124.63 150.79 211.72 -
System Red Green Blue C M Y K H S L
Decimal 242 57 165 0 0.76 0.32 0.05 324.97 0.88 0.59
Hex F2 39 A5 0 4C 20 5 145 58 3B
Octal 362 71 245 0 114 40 5 505 130 73
Binary 11110010 111001 10100101 0 1001100 100000 101 101000101 1011000 111011

Color Harmonies of #F239A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F239A5

Black with #F239A5

Text Example


Text Example

White with #F239A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F239A5; }

 p { color: rgb(242,57,165); }

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

background-color css

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

 a { background-color: rgb(242,57,165); }

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

border-color css

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

 span { border-color: rgb(242,57,165); }

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