Html Css Color HEX #FA369C Wild Strawberry

📋 copy color: '#FA369C'

red 250 ◦ green 54 ◦ blue 156

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

Shades of Wild Strawberry #FA369C

Tints of Wild Strawberry #FA369C

RGB

 RED value IS 250 (98.05% from 255) = 54.35%

 GREEN value IS 54 (21.48% from 255) = 11.74%

 BLUE value IS 156 (61.33% from 255) = 33.91%

R = 54.35%
G = 11.74%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA369C (or 0xFA369C) is known color: Wild Strawberry. HEX triplet: FA, 36 and 9C. RGB value is (250,54,156). Sum of RGB (Red+Green+Blue) = 250+54+156=460 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.35% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 250 - color contains mainly: red. Hex color #FA369C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA369C is #05C963. Grayscale: #7C7C7C. Windows color (decimal): -379236 or 10237690. OLE color: 10237690.

HSL color Cylindrical-coordinate representation of color #FA369C: hue angle of 328.78º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA369C is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 54 156 -
CMYK 0 0.78 0.38 0.02
HSL 328.78º 0.95% 0.6% -
HSV(B) 328.78º 0.78% 0.98% -
XYZ 46.74 25.36 33.88 -
YUV 124.23 145.93 217.71 -
System Red Green Blue C M Y K H S L
Decimal 250 54 156 0 0.78 0.38 0.02 328.78 0.95 0.6
Hex FA 36 9C 0 4E 26 2 149 5F 3C
Octal 372 66 234 0 116 46 2 511 137 74
Binary 11111010 110110 10011100 0 1001110 100110 10 101001001 1011111 111100

Color Harmonies of #FA369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA369C

Black with #FA369C

Text Example


Text Example

White with #FA369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA369C; }

 p { color: rgb(250,54,156); }

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

background-color css

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

 a { background-color: rgb(250,54,156); }

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

border-color css

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

 span { border-color: rgb(250,54,156); }

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