Html Css Color HEX #FA5267 Wild Watermelon

📋 copy color: '#FA5267'

red 250 ◦ green 82 ◦ blue 103

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

Shades of Wild Watermelon #FA5267

Tints of Wild Watermelon #FA5267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 57.47%
G = 18.85%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#FA5267 (or 0xFA5267) is known color: Wild Watermelon. HEX triplet: FA, 52 and 67. RGB value is (250,82,103). Sum of RGB (Red+Green+Blue) = 250+82+103=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5267 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FA5267 is #05AD98. Grayscale: #868686. Windows color (decimal): -372121 or 6771450. OLE color: 6771450.

HSL color Cylindrical-coordinate representation of color #FA5267: hue angle of 352.5º 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 #FA5267 is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 82 103 -
CMYK 0 0.67 0.59 0.02
HSL 352.5º 0.94% 0.65% -
HSV(B) 352.5º 0.67% 0.98% -
XYZ 44.89 27.34 15.74 -
YUV 134.63 110.16 210.29 -
System Red Green Blue C M Y K H S L
Decimal 250 82 103 0 0.67 0.59 0.02 352.5 0.94 0.65
Hex FA 52 67 0 43 3B 2 160 5E 41
Octal 372 122 147 0 103 73 2 540 136 101
Binary 11111010 1010010 1100111 0 1000011 111011 10 101100000 1011110 1000001

Color Harmonies of #FA5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5267

Black with #FA5267

Text Example


Text Example

White with #FA5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5267; }

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

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

background-color css

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

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

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

border-color css

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

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

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