Html Css Color HEX #F2419A Wild Strawberry

📋 copy color: '#F2419A'

red 242 ◦ green 65 ◦ blue 154

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

Shades of Wild Strawberry #F2419A

Tints of Wild Strawberry #F2419A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.41%

R = 52.49%
G = 14.1%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2419A (or 0xF2419A) is known color: Wild Strawberry. HEX triplet: F2, 41 and 9A. RGB value is (242,65,154). Sum of RGB (Red+Green+Blue) = 242+65+154=461 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.49% from 461); Green value is 65 (25.78% from 255 or 14.10% from 461); Blue value is 154 (60.55% from 255 or 33.41% from 461); Max value from RGB is 242 - color contains mainly: red. Hex color #F2419A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F2419A is #0DBE65. Grayscale: #7F7F7F. Windows color (decimal): -900710 or 10109426. OLE color: 10109426.

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

Color convert

RGB 242 65 154 -
CMYK 0 0.73 0.36 0.05
HSL 329.83º 0.87% 0.6% -
HSV(B) 329.83º 0.73% 0.95% -
XYZ 44.34 24.99 33.06 -
YUV 128.07 142.64 209.26 -
System Red Green Blue C M Y K H S L
Decimal 242 65 154 0 0.73 0.36 0.05 329.83 0.87 0.6
Hex F2 41 9A 0 49 24 5 14A 57 3C
Octal 362 101 232 0 111 44 5 512 127 74
Binary 11110010 1000001 10011010 0 1001001 100100 101 101001010 1010111 111100

Color Harmonies of #F2419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2419A

Black with #F2419A

Text Example


Text Example

White with #F2419A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2419A; }

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

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

background-color css

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

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

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

border-color css

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

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

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