Html Css Color HEX #FA449A Wild Strawberry

📋 copy color: '#FA449A'

red 250 ◦ green 68 ◦ blue 154

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

Shades of Wild Strawberry #FA449A

Tints of Wild Strawberry #FA449A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.41%

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

R = 52.97%
G = 14.41%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.02

RGB Variations

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

Color information

#FA449A (or 0xFA449A) is known color: Wild Strawberry. HEX triplet: FA, 44 and 9A. RGB value is (250,68,154). Sum of RGB (Red+Green+Blue) = 250+68+154=472 (62% of max value = 765). Red value is 250 (98.05% from 255 or 52.97% from 472); Green value is 68 (26.95% from 255 or 14.41% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 250 - color contains mainly: red. Hex color #FA449A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA449A is #05BB65. Grayscale: #848484. Windows color (decimal): -375654 or 10110202. OLE color: 10110202.

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

Color convert

RGB 250 68 154 -
CMYK 0 0.73 0.38 0.02
HSL 331.65º 0.95% 0.62% -
HSV(B) 331.65º 0.73% 0.98% -
XYZ 47.32 26.79 33.25 -
YUV 132.22 140.3 212.01 -
System Red Green Blue C M Y K H S L
Decimal 250 68 154 0 0.73 0.38 0.02 331.65 0.95 0.62
Hex FA 44 9A 0 49 26 2 14C 5F 3E
Octal 372 104 232 0 111 46 2 514 137 76
Binary 11111010 1000100 10011010 0 1001001 100110 10 101001100 1011111 111110

Color Harmonies of #FA449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA449A

Black with #FA449A

Text Example


Text Example

White with #FA449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA449A; }

 p { color: rgb(250,68,154); }

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

background-color css

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

 a { background-color: rgb(250,68,154); }

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

border-color css

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

 span { border-color: rgb(250,68,154); }

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