Html Css Color HEX #FC6274 Wild Watermelon

📋 copy color: '#FC6274'

red 252 ◦ green 98 ◦ blue 116

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

Shades of Wild Watermelon #FC6274

Tints of Wild Watermelon #FC6274

RGB

 RED value IS 252 (98.83% from 255) = 54.08%

 GREEN value IS 98 (38.67% from 255) = 21.03%

 BLUE value IS 116 (45.7% from 255) = 24.89%

R = 54.08%
G = 21.03%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC6274 (or 0xFC6274) is known color: Wild Watermelon. HEX triplet: FC, 62 and 74. RGB value is (252,98,116). Sum of RGB (Red+Green+Blue) = 252+98+116=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 98 (38.67% from 255 or 21.03% from 466); Blue value is 116 (45.70% from 255 or 24.89% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6274 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC6274 is #039D8B. Grayscale: #929292. Windows color (decimal): -236940 or 7627516. OLE color: 7627516.

HSL color Cylindrical-coordinate representation of color #FC6274: hue angle of 352.99º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FC6274 is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 98 116 -
CMYK 0 0.61 0.54 0.01
HSL 352.99º 0.96% 0.69% -
HSV(B) 352.99º 0.61% 0.99% -
XYZ 47.66 30.69 19.93 -
YUV 146.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 252 98 116 0 0.61 0.54 0.01 352.99 0.96 0.69
Hex FC 62 74 0 3D 36 1 161 60 45
Octal 374 142 164 0 75 66 1 541 140 105
Binary 11111100 1100010 1110100 0 111101 110110 1 101100001 1100000 1000101

Color Harmonies of #FC6274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6274

Black with #FC6274

Text Example


Text Example

White with #FC6274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6274; }

 p { color: rgb(252,98,116); }

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

background-color css

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

 a { background-color: rgb(252,98,116); }

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

border-color css

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

 span { border-color: rgb(252,98,116); }

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