Html Css Color HEX #FA297F Wild Strawberry

📋 copy color: '#FA297F'

red 250 ◦ green 41 ◦ blue 127

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

Shades of Wild Strawberry #FA297F

Tints of Wild Strawberry #FA297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.81%

 BLUE value IS 127 (50% from 255) = 30.38%

R = 59.81%
G = 9.81%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA297F (or 0xFA297F) is known color: Wild Strawberry. HEX triplet: FA, 29 and 7F. RGB value is (250,41,127). Sum of RGB (Red+Green+Blue) = 250+41+127=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA297F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA297F is #05D680. Grayscale: #717171. Windows color (decimal): -382593 or 8333818. OLE color: 8333818.

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

Color convert

RGB 250 41 127 -
CMYK 0 0.84 0.49 0.02
HSL 335.31º 0.95% 0.57% -
HSV(B) 335.31º 0.84% 0.98% -
XYZ 44.05 23.44 22.28 -
YUV 113.3 135.74 225.51 -
System Red Green Blue C M Y K H S L
Decimal 250 41 127 0 0.84 0.49 0.02 335.31 0.95 0.57
Hex FA 29 7F 0 54 31 2 14F 5F 39
Octal 372 51 177 0 124 61 2 517 137 71
Binary 11111010 101001 1111111 0 1010100 110001 10 101001111 1011111 111001

Color Harmonies of #FA297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA297F

Black with #FA297F

Text Example


Text Example

White with #FA297F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA297F; }

 p { color: rgb(250,41,127); }

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

background-color css

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

 a { background-color: rgb(250,41,127); }

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

border-color css

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

 span { border-color: rgb(250,41,127); }

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