Html Css Color HEX #FA527F Wild Watermelon

📋 copy color: '#FA527F'

red 250 ◦ green 82 ◦ blue 127

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

Shades of Wild Watermelon #FA527F

Tints of Wild Watermelon #FA527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.86%

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

R = 54.47%
G = 17.86%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FA527F (or 0xFA527F) is known color: Wild Watermelon. HEX triplet: FA, 52 and 7F. RGB value is (250,82,127). Sum of RGB (Red+Green+Blue) = 250+82+127=459 (60% of max value = 765). Red value is 250 (98.05% from 255 or 54.47% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 127 (50% from 255 or 27.67% from 459); Max value from RGB is 250 - color contains mainly: red. Hex color #FA527F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA527F is #05AD80. Grayscale: #898989. Windows color (decimal): -372097 or 8344314. OLE color: 8344314.

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

Color convert

RGB 250 82 127 -
CMYK 0 0.67 0.49 0.02
HSL 343.93º 0.94% 0.65% -
HSV(B) 343.93º 0.67% 0.98% -
XYZ 46.27 27.89 23.02 -
YUV 137.36 122.16 208.34 -
System Red Green Blue C M Y K H S L
Decimal 250 82 127 0 0.67 0.49 0.02 343.93 0.94 0.65
Hex FA 52 7F 0 43 31 2 158 5E 41
Octal 372 122 177 0 103 61 2 530 136 101
Binary 11111010 1010010 1111111 0 1000011 110001 10 101011000 1011110 1000001

Color Harmonies of #FA527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA527F

Black with #FA527F

Text Example


Text Example

White with #FA527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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